View Single Post
Old 10-01-2012, 07:45 AM   PM User | #3
oliviacis
Banned

 
Join Date: Sep 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
oliviacis is an unknown quantity at this point
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..
oliviacis is offline   Reply With Quote