Forum Moderators: open
I am trying to add text decoration to a link such as; underline, italic, hover, and bold to my list links. But don't want my other links above the list to do any of this. Please please tell me how to make this work. Thanx soooooooo much.
You can define classes for your various styles of links, and then just define the class in the link
<a href="blahblah.html" class="plain">
<a href="yaddaya.html" class="fancy">
etc
Check out the CSS forum here: [webmasterworld.com...]
Or a good resource for learning CSS: www.richinstyle.com/
[edited by: deejay at 9:23 pm (utc) on Mar. 5, 2004]