I'm trying to make the publisher info at the bottom of the book reviews on my site different. I want them to be smaller and highlighted. I added a CSS class to my style sheet that would do that, and I put span class=thatclassname before the info, but it's not working.
The CSS I added looks like this:
.book-info {
font-family:palatino, georgia, times new roman, serif;
font-size:small;
background-color: yellow;
}
and the tag in the posts looks like < span class="book-info">blablabla< /span>
What am I doing wrong??
Well, for one thing, is that razzy s'posed to be there? lol
Posted by Tuning Spork at July 7, 2006 08:53 AMIt looks okay to me. Do you have Firefox where you can mess with the style sheet live? If not, include a link here to the page that's not working and I might be able to see it.
Posted by Ogre at July 12, 2006 09:53 AM