View Single Post
Old 10-23-2014, 04:16 PM   #3
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,844
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by theducks View Post
Blank Lines in Codeview have no effect of the book view, it just makes the code easier to read where a piece starts and ends

Code:
<p class="foo">Stuff</p>

<p class="foo">MoreStuff</p>
Margin top/bottom in the .foo CSS style sets the paragraph gap
Margin left/right sets the edges
Text-indent sets the paragraph indent
Better coding is to forget .foo and use just <p> and set the p style in CSS. It's just crazy to have all those class statements for p when they aren't actually needed at all.
JSWolf is offline   Reply With Quote