Forum Moderators: not2easy

Message Too Old, No Replies

Two classes for hyperlinks?

         

LogicsHere

2:39 pm on Sep 15, 2005 (gmt 0)

10+ Year Member



I have a page where I would like to alternate hyperlinks by color (two colors). Is there a way of setting up a separate class for each color as there is for paragraphs?

Also, I'm new to this forum . . . is there a way of searching the posts? I only found links to add to my site.

Thank you.

benihana

3:03 pm on Sep 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



a.class1:link {
styles;
}

a.class2:link {
styles;
}

<a href="#" class="class1"...
<a href="#" class="class2"...

Search options:

[webmasterworld.com...]

:)

LogicsHere

4:48 pm on Sep 15, 2005 (gmt 0)

10+ Year Member



Thank you VERY much.

Have a wonderful day.

Betty