mikem, I think the link a so invisble with:
(themes/subBlack3d/style/style.css)
Code:
a:link,a:active,a:visited { text-decoration: none;color : #DDDDDD; font-size: 10px }
a:hover{ text-decoration: none; color : #FFFFFF; font-size: 10px }
I really want to see how it looks with something like this:
Code:
a:link,a:active,a:visited { text-decoration: none;color : #DDDDDD; font-size: 10px }
a:hover{ text-decoration: none; color : #FBC300; font-size: 10px }
What do u think ? or are I totaly at the wrong way here :P