Topic
Topic ID 2008
20/09/2006 by Kate
Hyperlinks
Can anyone tell me how to post a web-address on the forum so that it is a link to the site rather than the actual address?
e.g. instead of showing as 'www.hertford.net' it might read as 'Discover Hertford', and you click on the words to get to the site. I'm sure the 'insert hyperlink' button is the key, but I can't work out how to use it!
Replies
Reply ID 26288
20/09/2006 by Herbert Lemons
The HTML would be <a href = "http://www.hertford.net"> Discover Hertord</a>
Is this what you're after?
Reply ID 26290
20/09/2006 by jez_p
The code for the forum is
[code]
<url="http://www.hertford.net">Discover Hertford</url>
[/code]
(but you need to use square brackets [ and ], not < and >)
gives you
[url="http://www.hertford.net"]Discover Hertford[/url]
Reply ID 26291
20/09/2006 by Kate
Thank you [:)]
3 replies