Quote:
NJ: well, if memory serves, HTML-wise, your books are rather simple, yes? One paragraph of text after another, no charts, tables, blockquotes, etc.? Effectively laid out like fiction, right?
That's the secret.
|
Pretty much so, with the addition of images and breakheads. I used to use blockquotes in the sense of
p.block {
font-family: courier, monospace;
text-indent: 1em;
text-align:left;
margin:0em 0em 0em 1em;
}
but I have since decided that I don't much care for Courier, so I mostly just use italics for that purpose now. (And even books heavily Courier-ized are ET-enabled.)
My daughter is doing a book with tables. I'll be interested to see how she makes out.