all of the links on my page are underlined, I dont want them to be. Could somebody please tell me what I can put in the coding that will fix that, hopefully something I can just put in once and it works for them all, kinda like the mouseover coding that you put at the top and it covers them all.
pretty simple HTML question
Collapse
X
-
Tags: None
-
<style></p>
< !--</p>
A:link { text-decoration: none; color: black;}</p>
A:visited { text-decoration: none; color: black;}</p>
--></p>
</style>
put this in the <head> tags... This will make the link black and without the underline.<font color="#505050">
[This message has been edited by X-raid (edited 09-01-2001).]
I can kill you, so fuck off!Comment
-
-
Hey when I used that code it didnt work right, it made some not underlined some still are and now some things that should be bold arentComment
-
Well, remove all you font tags on your links...
Her is the same code I gave you; http://x-raid.com/top.html
And as you can see, it works...
I can kill you, so fuck off!Comment
-
Comment


Comment