harv
23-11-2001, 19:07/07:07PM
Does CSS allow different fonts/colors for links
on a page, in a similar way that you can have
different style paragraphs.
e.g
Basic link
A {
color: blue;
}
Red version
A.red (
color: red;
)
Use
<A class="red">
I have tried this but can't get it to work.
on a page, in a similar way that you can have
different style paragraphs.
e.g
Basic link
A {
color: blue;
}
Red version
A.red (
color: red;
)
Use
<A class="red">
I have tried this but can't get it to work.