Forum Moderators: open

Message Too Old, No Replies

How to add text decorated link to one word and not the other

         

vanese

9:17 pm on Mar 5, 2004 (gmt 0)

10+ Year Member



Oh my, I hope that makes since. Can you guys please help me I've been trying to figure this out for hours and I'm getting a Migraine because of it.

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.

deejay

9:21 pm on Mar 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



CSS is the way to go.

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]

yowza

9:22 pm on Mar 5, 2004 (gmt 0)

10+ Year Member



You need to set two different classes for the two different types of links using css.