Quote:
Originally Posted by Turtle91
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!
|
Since the OP is not you

, he had a class, He will probably want to continue using the class or the lines could end up with a different look
I am stressing 2 Points:
1) Don't rely on Tidy to make YOUR code clean.
2) Always write/use the cleanest (replacement) solution, don't rely on Tidy.