When I use the HTML "blockquote" tag in a post (as in my previous entry), the quoted section is not only indented, but also italicized. (For some reason, this has never bothered me until today.) This doesn't happen on non-DW pages, so must be due to the journal styling. Do any of you know a simple way to change my journal style to prevent the italicization, without totally changing the style?
Update:
I figured out how to fix it!
Under "Settings - Journal Style - Customize Your Theme - Custom CSS - Use embedded CSS", I added this:
blockquote
{
font-style: normal;
}
But now after having played around with the other links, I'm tempted to switch to a different journal style anyway, for a change.
Update:
I figured out how to fix it!
Under "Settings - Journal Style - Customize Your Theme - Custom CSS - Use embedded CSS", I added this:
blockquote
{
font-style: normal;
}
But now after having played around with the other links, I'm tempted to switch to a different journal style anyway, for a change.