View Single Post
Old 04-04-2013, 09:17 AM   #9
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,097
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Turtle91 View Post
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.
theducks is offline   Reply With Quote