I've created a stylesheet that will modify the body's links and a class for something else.
What I'm wondering is if it's necessary to modify each link inside of that class seperately, or how would I be able to modify links as a whole?
Printable View
I've created a stylesheet that will modify the body's links and a class for something else.
What I'm wondering is if it's necessary to modify each link inside of that class seperately, or how would I be able to modify links as a whole?
you have to set a class for each link you want to use. hence you have to add class="whatver" to every link you want to use that class. if not they will use the default css a:link a:hover as the style.
every different link (style) is a different class