View Single Post
Old 07-27-2023, 03:36 PM   #30
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,277
Karma: 105299897
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Quote:
Originally Posted by JSWolf View Post
I'll disagree that margins should never be %.
As to the classes for first-line and last-line, get rid of them. Use a <blockquote> instead and just use the same class as the other lines.
We'll disagree.
You can do <hr class="quart" />
.quart {
height: 2px;
width:25%
}
The left & right margins are not needed. You might add padding-top margin-top and margin-bottom
<blockquote> with no class is really HTML3, or webpages <p class="something"> is better because then behaviour is not based on renderer behaviour, not source design. Of course some argue that <blockquote> has extra semantic meaning, but you don't argue that for the alternatives to <i> and <b> (which like superscript and subscript occur within a paragraph. The <div class="whatever"> might enclose a verse.

BUT there are many ways to do verses. The worst idea is explicit whitespace or empty newlines.

Also if making ebooks from MS Word or LO Writer you don't get blockquotes or % margins.

Last edited by Quoth; 07-27-2023 at 03:46 PM.
Quoth is offline   Reply With Quote