Blockquote Style
-
I’m a relative CSS novice, and I’m having a bit of trouble with styling blockquotes on my new blog . I’d be very grateful for some adcvice. I’ve added the following to my stylesheet:
BLOCKQUOTE {
border-left: 3px #333
FONT: italic 90%/150% ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
LETTER-SPACING: -1px;
}
But as you’ll see the text remains stubbornly non-italic. I’ve noticed that wordpress seems to add p tags inside the blockquotes. Could the P style be overriding the blockquote style? If so is there some other way of defining the general text style so that this doesn’t happen?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Blockquote Style’ is closed to new replies.