View Single Post
Old 07-21-2012, 09:35 PM   #20
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,166
Karma: 60406498
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 cybmole View Post
fair enough - if the objective is to eliminate all "class=" tags, but that seems an arbitrary goal.

how would you do scene breaks, with your scheme ?
The goal was to prove a SIMPLE book needed no special edits (classes)

So you could either do a scene break using:
some unused header tag <h4>
Using a line break <br /> in the last paragraph
Use a paragraph with only a &nbsp;

Or wrap each Scene in a <div> and set a margin on the div's
Code:
<div>
<p> all the 1st scene para
</div>
<div>
<p> Scene 2 para
</div>

IMHO if you need that control, start using classes
and drop out of simple mode
theducks is offline   Reply With Quote