Quote:
Originally Posted by cybmole
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
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