View Single Post
Old 03-18-2022, 11:02 PM   #22
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,355
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by JSWolf View Post
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!

Last edited by Turtle91; 03-18-2022 at 11:10 PM.
Turtle91 is offline   Reply With Quote