How to Make Fancy Links

Please use this forum to ask our resident IT geeks advice.
Post Reply
User avatar
VTRDark
Posts: 20010
Joined: Sun Mar 18, 2012 9:24 pm

How to Make Fancy Links

Post by VTRDark »

Following on from something that started in the following thread:
http://www.vtr1000.org/phpBB3/viewtopic ... 62#p386958

As requested :biggrin
Yes, and then tell us how you can take that link, and call it whatever you want. (in the pooter section please....quick as ye like. c'mon. get going....what are y waiting for?) :lol:
Here you go mate. I will even make it a fancy link. :wink:
Disaster has struck. !!!!!!
A quick Tutorial

Basically I start with the link as follows:

Code: Select all

http://www.vtr1000.org/phpBB3/viewtopic.php?f=9&t=36492&hilit=starter
Then I copy and paste the thread title or anything you want to type for that matter and place that after the link as follows:

Code: Select all

http://www.vtr1000.org/phpBB3/viewtopic.php?f=9&t=36492&hilit=starterDisaster has struck. !!!!!!
I then have to enclose this in tags (code to the layman) :wink: starting with making the link live as follows:

Code: Select all

[url=http://www.vtr1000.org/phpBB3/viewtopic.php?f=9&t=36492&hilit=starter]Disaster has struck. !!!!!!
note the 2nd closing tag

Code: Select all

]
after the link (er]Di) but before your title. Everything has an opening tag and a closing tag.

The

Code: Select all

[url=
we added in previously is still open so this needs to be closed as follows:

Code: Select all

[url=http://www.vtr1000.org/phpBB3/viewtopic.php?f=9&t=36492&hilit=starter]Disaster has struck. !!!!!![/url]
We now have.......
Disaster has struck. !!!!!!

You can then highlight the above and then simply apply whichever BBCode tags you want from the top of your post edit window. So if I want bold it's as follows:

Code: Select all

[b][url=http://www.vtr1000.org/phpBB3/viewtopic.php?f=9&t=36492&hilit=starter]Disaster has struck. !!!!!![/url][/b]
Disaster has struck. !!!!!!

You can resize as follows:

Code: Select all

[size=150][b][url=http://www.vtr1000.org/phpBB3/viewtopic.php?f=9&t=36492&hilit=starter]Disaster has struck. !!!!!![/url][/b][/size]
Disaster has struck. !!!!!!

Note you don't have to have 150 as large in this tag and you can manually change it if you wish to....say, 165 as follows:

Code: Select all

[size=165][b][url=http://www.vtr1000.org/phpBB3/viewtopic.php?f=9&t=36492&hilit=starter]Disaster has struck. !!!!!![/url][/b][/size]
Disaster has struck. !!!!!!

How about adding some colour :biggrin

Disaster has struck. !!!!!!

Apply colour tags around your title as follows:

Code: Select all

[size=200][b][url=http://www.vtr1000.org/phpBB3/viewtopic.php?f=9&t=36492&hilit=starter][color=#4000BF]Disaster has struck. !!!!!![/color][/url][/b][/size]
Now my head hurts :lol: Hope that helps folks and I await a response. It's hard work and time consuming making posts like this and after reading back through it I am not happy with how I have explained things. The layout is rubbish. It would be best if folks follow along with it like a tutorial for it to make sense. When I get some time I shall make this a How To Style Your Posts Guide or something for the Cyborg Links if people want. Maybe I should do an Advanced search one too. :roll: But it will have to be done offline and with pics etc and then pasted in as it takes time to do properly.

Is it just me or is the forum really busy tonight. :think: I'm shattered and it time to take a break from this screen.

Have fun folks. :beer:

PS if you want to see the code behind lonesomes post then you can use the Quote button (top right of relevant post) and view a users post. Handy for copy and pasting. :wink:


(:-})
==============================Enter the Darkside
User avatar
chric
Posts: 2763
Joined: Sun Nov 27, 2011 2:23 pm
Location: UK

Re: How to Make Fancy Links

Post by chric »

:think: :think: :think: :wtf:
Took me years to post pictures have a go when in not camping
Ill never be a sell out storm forever
User avatar
sirch345
Site Admin
Posts: 21672
Joined: Mon Aug 25, 2003 10:35 pm
Location: The West Country.

Re: How to Make Fancy Links

Post by sirch345 »

:D :thumbup: nice one Carl,

Chris.
dannymassive
Posts: 29
Joined: Sat Jun 13, 2015 9:11 pm

Re: How to Make Fancy Links

Post by dannymassive »

Good explanation there! Thanks for that - it will make life a little easier! :thumbup:
User avatar
VTRDark
Posts: 20010
Joined: Sun Mar 18, 2012 9:24 pm

Re: How to Make Fancy Links

Post by VTRDark »

Woohoo it works then. :lol: Glad it helped. :thumbup:

(:-})
==============================Enter the Darkside
Post Reply