Quote:
Originally Posted by JSWolf
I cannot stand those fake blockquotes. The following CSS code is what I use for blockquotes.
Code:
blockquote {
margin-top: 1em;
margin-right: 1.5em;
margin-bottom: 1em;
margin-left: 1.5em;
}
If the blockquote ends at the bottom of the page, I use the following code.
Code:
.blockquote {
margin-top: 1em;
margin-right: 1.5em;
margin-bottom: 1em;
margin-left: 1.5em;
}
Code:
<blockquote class="blockquote">
<p>"This is at the end of the chapter"</p>
</blockquote>
|
PLEASE tell me you are making a joke....
pleeeease
Edit:
OK, I didn't see this second page when I first posted. You explained it was at the bottom of a chapter and not the page...so that makes more sense. And, phillipgessert already mentioned that there was no difference in the css...so at least I'm not going outta my mind. Sometimes I just can't tell if you are saying something to be funny - like I do at home all the time!!
Although if it were me I would give it a more descriptive class name so you can understand what it is: <blockquote class="bottomOfChapter">
Cheers!