2 different link styles????
Date: 03/23/07
(WebDesign) Keywords: css
I want my page to have two different looking links. For simplicity, let's just say I want half of them to be blue and underlined and the rest to be red and not underlined. I don't know how to set up two distinct url styles.
My current in-page CSS (to make the links red and not underlined) looks like this:
[STYLE TYPE="text/css"]
[!--
a:link {text-decoration: none; color: red;}
a:active {text-decoration: none; color: red}
a:visited {text-decoration: none; color: red}
a:hover{text-decoration: none; color: red}
--]
[/STYLE]
***where ] and [ mean > and
Source: http://community.livejournal.com/webdesign/1236272.html