PDA

View Full Version : Changing the font of links?


kilrootrec
3rd January 2007, 08:25 PM
More specifically can anyone tell me how to change a link so it is not underlined?

paul_r
3rd January 2007, 10:04 PM
Say you want the word 'Vi Sport' as a link, but not underlined ...

<A HREF="http://www.visport.co.uk" STYLE="text-decoration: none">Vi Sport</a>

or

<A HREF="linkpage.html" STYLE="text-decoration: none">Vi Sport</a>



That works fine for a few individual links. If you want to do all/a lot of links this way it may be easier setting it up in a CSS. If you want more info on that I can post some links for you.