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