How do I create a text hyperlink on my website WITHOUT underlining ?
D DavidF May 31, 2006 #2 Insert an HTML code fragment anywhere on the page and paste (Ctrl + V) the following code: <style> a{text-decoration:none} </style> You will have to insert this code into every page where you don't want the underlining. DavidF
Insert an HTML code fragment anywhere on the page and paste (Ctrl + V) the following code: <style> a{text-decoration:none} </style> You will have to insert this code into every page where you don't want the underlining. DavidF