Page 1 of 1

Making text hyperlink in forum posts

Posted: Fri Nov 26, 2010 10:42 am
by Wonkeye
Can someone tell me if the following is the solution to linking through to a particular thread? I have long wanted to know how to do it, just googled it and come across some instruction on YouTube, unfortunately too small to see properly, but by following what he says and doing it step by step, I think I now know (except that it first didn't work but by practically sticking my eye on the screen I think I caught him out saying "backslash" once instead of "forward slash":
http://www.youtube.com/watch?v=hPGQoZbI ... re=related

Question: is there an easier way?
Here is the link I typed in to a place on laymyhat that seemed to work:
What I did was:
open square bracket=viewtopic.php?t=39close square bracket space here space another square bracket forward slash url close bracket

This is what it produced (fingers crossed!)
here

Posted: Fri Nov 26, 2010 10:51 am
by greenbarn
Or to put it another way:

here

Making text hyperlink in forum posts

Posted: Fri Nov 26, 2010 11:23 am
by Wonkeye
Yes, Greenbarn!

Now, however, in the process of composing a message, I tried clicking on BBCode, bottom left, and came up with explanations that I'd never seen before. Having done all that Googling, I now recognised that same url business under "Linking to another site", so the penny drops!

By the way, all this is for the benefit of other duffers like me!

Re: Making text hyperlink in forum posts

Posted: Fri Nov 26, 2010 11:59 am
by paolo
Wonkeye wrote: Now, however, in the process of composing a message, I tried clicking on BBCode, bottom left, and came up with explanations that I'd never seen before.
You don't want to click on bbcode, this is how you do it...

When you are writing a post, type or paste the url you want to link to, for example:

www.laymyhat.com

Now highlight all of the url and click on the URL button above the message you are typing. This will happen:

Code: Select all

[url]www.laymyhat.com[/url]
If you want a text link you need to put the url inside the first bracket like this:

Code: Select all

[url=www.laymyhat.com][/url]
and add your wording between the two sets of brackets like this:

Code: Select all

[url=www.laymyhat.com]Lay My Hat[/url]
which results in this

Lay My Hat

Making text hyperlink in forum posts

Posted: Fri Nov 26, 2010 12:42 pm
by Wonkeye
That comes of trying to do things outside one's field of expertise. At least I can look it up here in future and do it step by step! Thanks Paolo.

Posted: Fri Nov 26, 2010 1:45 pm
by mpprh
If you just want to make the url clickable, you only need to write it like this - http://www.vins-strategies.com - and most browsers will automatically detect it as a link.

Peter

Making text hyperlink in forum posts

Posted: Fri Nov 26, 2010 2:58 pm
by Wonkeye
Yes, but what I hadn't up to now got my head round was how to link someone through to a particular page on LMH, so I guess that Paolo's answer is what I was looking for.