View Single Post
Old 11-23-2023, 03:05 PM   #42
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,143
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Quoth View Post
If you want simple and reliable and repeatable rendering, use <p class="myquote"> and never blockquote (though fans of semantics in HTML will disagree, but then you don't believe in <em> and <strong>.).

Also you might want h2 for other headings and not just chapters.

There is a good reason CSS was invented. We didn't always have it.
If you want <h2> for something other then chapter headings, that's where a class comes in to play.

As for block text, <blockquote> is best. It's simplifies the code.

I'm not a fan of excess code or code that tried to duplicate something else but in a more complex way.
JSWolf is offline   Reply With Quote