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?
|