View Single Post
Old 10-06-2011, 03:59 PM   #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,079
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 BeccaPrice View Post
december: your document is wonderful - thank you!

I think you're right, that hand-coding in Sigil might be easiest. I do need to play more with Sigil's style sheets, and figure out how best to document them.
Make them self documenting by including comments

Code:
.indented {
/* this will indent a left justified paragraph start by 2em*/
    text-align: lefy;
    text-indent: 2em;
    }
Ok this is a pretty lame example that should not really need further commenting

BTW keep the comments terse, the reader still has to parse the files. Bulk is Bulk
theducks is offline   Reply With Quote