I have a page that has the a:link set with a burgundy background color and cream text. In the same page I would like to be able to have the links be dark blue on a cream background. How do you get two different link properties on the same page?
DanA
9:03 pm on Nov 10, 2005 (gmt 0)
You can use a class : CSS a.dark_blue_on_a_cream_background:link{ /*your definitions here*/ } HTML <a href="#">some text</a> <a class="dark_blue_on_a_cream_background" href="#">some text</a>
[edited by: DanA at 9:09 pm (utc) on Nov. 10, 2005]
jessejump
9:05 pm on Nov 10, 2005 (gmt 0)
The same way you can have two or ten paragraph or div styles: