
March 10th, 2001, 02:49 PM
|
|
Junior Member
|
|
Join Date: Mar 2000
Location: Lehigh Valley, PA, USA
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
In my CSS file, I have a class defined like so:
.contrast1 {
bgcolor: yellow;
}
I've tried adding this class to several different tags (table, tr, td, h1, p, etc.) and none of them seem to work.
I'm new to CSS... The only other class I've used:
.toplink {
font-size: 80%;
}
... works fine. Appreciate any ideas.
TIA,
Frank
|