X xCensored New Member Nov 1, 2008 #1 How do I remove underlining of my links? In adobe dreamweaver, I can't highlight and deunderline, it won't let me. I see in the html code that there's like span 4 and span 6 or something. Help me!
How do I remove underlining of my links? In adobe dreamweaver, I can't highlight and deunderline, it won't let me. I see in the html code that there's like span 4 and span 6 or something. Help me!
B bluescorpion New Member Nov 1, 2008 #3 You may need to add the following to your main css: a:link, a:active, a:visited, a:hover { text-decoration:none; }
You may need to add the following to your main css: a:link, a:active, a:visited, a:hover { text-decoration:none; }