|
You got to use the style attribute as style="text-decoration:none" in the link tag as shown below:
<a href="http://www.codingforums.com" style="text-decoration:none">The Coding Forums</a>
Write this code in between the <head></head> tags, and then place your links normally.
Last edited by oliviacis; 10-01-2012 at 07:47 AM..
|