View Single Post
Old 10-03-2015, 08:28 PM   #22
Difflugia
Testate Amoeba
Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.
 
Difflugia's Avatar
 
Posts: 3,049
Karma: 27300000
Join Date: Sep 2012
Device: Many Android devices, Kindle 2, Toshiba e755 PocketPC
Quote:
Originally Posted by Turtle91 View Post
*shudder*

I hate it when people use <p class="normal"> or worse yet <p class="para">. I know it's a paragraph that's why it's using the paragraph tag... sheesh.

I think it is much more elegant to simply style the normal paragraph ("normal" meaning the style that is 95% of the document) using:

p {all your normal paragraph styling}

...then use special classes for...well...special paragraphs (first, scenebreak, noindent, etc). It also makes for a much cleaner file and easier to see where there is special styling when you are editing in code view.

FWIW...
I'm embarrassed to say that never occurred to me. I do web pages that way, but I've looked at so many epubs with <p class="normal"> or similar, that I just do that myself when formatting something by hand.

Or at least I did until right now.
Difflugia is offline   Reply With Quote