Forum Moderators: not2easy
css:
.date {
font: 11px/16px times,georgia,times-new-roman,serif;
font-weight:bold;
color: #000000;
}
html:
<p>
<span class="date">Wednesday, July 4, 2007</span><br>
Presentation/Book Signing <br>
Thomas E. Crew....
I'm sure this is a hiearchy of the css elements problem, but I can't figure out how to fix it. thanks
.date {
font: bold 11px/16px times,georgia,"times new roman",serif;
color: #000;
}
perhaps just TRY font-family:blah; font-size:blah; line-height:blah.
Or is NONE of the style info working? which attribute are working, and which are not?
Also if you know what CSS specificity is (if you don't, you can read up), you can make sure that it's not causing any problems from the rest of your code.
[edited by: Xapti at 12:27 am (utc) on June 23, 2007]