Just my .02¢...
I would replace <br class="calibre1" /> with </p><p> (no class).
I find it unnecessary to define a class for a normal paragraph. Simply style the normal paragraph in your CSS with
p {text-indent: 1.5em}
Then you only need to add classes to paragraphs that are different. This ends up being much cleaner and saves a bunch of bloat (smaller file size).
Cheers!
Last edited by Turtle91; 04-04-2013 at 08:19 AM.
|