View Single Post
Old 06-16-2020, 05:12 PM   #5
phillipgessert
Addict
phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.
 
phillipgessert's Avatar
 
Posts: 318
Karma: 3200000
Join Date: Oct 2015
Location: Madison, WI
Device: Kindle 5th Gen
Quote:
Originally Posted by JJ Johnson View Post
Thanks. That's helpful. I'll see how that works.

Something else is that paragraphs are formatted as divs.

<div class="p">..</div>

My OCD is telling me to just change it all to

<p>...</p>

Is there any reason that paragraphs need to be <div>, or even <p> with a class designation? I can understand when a specific formatting is desired.

If I don't specify the indent or treatment of paragraphs, will the ereader generally apply its own formatting, or just leave them without any indent at all? They'd still be block elements, but would anything set them off?
Those definitely shouldn't be divs, thats awful. And yes, if you don't style your <p>s at all, the app/device defaults and settings will kick in, which I suppose in some weird edge case COULD mean nothing whatsoever sets them apart, but if such a device exists I suppose its users would be strangely used to that.
phillipgessert is offline   Reply With Quote