Thanks, but neither of those seem to work. I even tried the following setting all values to zero, and that didn't work either, so I guess CSS isn't going to help.
<STYLE type="text/css"> <!-- BLOCKQUOTE.passage P {text-indent: 0em; margin-top: 0; margin-bottom: 0;} BLOCKQUOTE.passage BLOCKQUOTE P {text-indent: 0;} --> </STYLE>
Edit: I should point out that using a 'pre' tag rather than a block quote would seem ideal. The caveat is that you can't use any kind of html generated 'em dash' inside of a pre tag, or at least I don't know of a way to do it. So the only way to use a dash inside a pre is to use something else to represent it like a pair of hyphens: -- or maybe tildas: ~~, but darn it, I want my text to look just like the book!
Last edited by Ransom; 07-29-2011 at 01:10 PM.
|