What's new

Putting links in posts

Quick question for the more computer-literate amongst you...

Is there an easy way to put a link to another post/thread/wiki item so that it just says "here" (or something else that's relevant) rather than just copying and pasting the full URL?
 
I'm okay with copying and pasting so I get http://badgerandblade.com/vb/showthread.php?t=125369

But it's the replacing with text bit I'm stuck on....the link to doesnotcompute's guide doesn't work :001_huh:


You should get something like this (I've removed brackets at the beginning and end so it doesn't actually perform its function):

URL="http://badgerandblade.com/vb/showthread.php?t=125369"]http://badgerandblade.com/vb/showthread.php?t=125369[/URL

See how the URL is repeated? Replace the second instance of it with whatever word(s) you want to appear in the link.
 
M'kay, when you click the link button you can enter the URL and the following is pasted into your message:
HTML:
[URL="http://www.google.com"]http://www.google.com[/URL]
which ends up looking like this:
http://www.google.com

You have to replace the text between the URL tags (which default to the full URL).
HTML:
[URL="http://www.google.com"]REPLACE ME![/URL]
replace result:
REPLACE ME!
 
One additional note for ease of use - when the URL tags and URL is entered into your message the text that you want to replace is automatically highlighted, so if you just start typing the text is replaced with what you type.
 
Last edited:
So I should get THIS

:thumbup:

Thanks very much guys! I was going wrong by just copying and pasting without using the link button in the toolbar.
 
Last edited:
Top Bottom