Quote:
Originally Posted by JJ Johnson
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.