Quote:
Originally Posted by Flaviocc
David, thank you so much  )
Now I have a starting point!!
Tks.
EDIT.:
@DNSB thank you again.
The body changes works here (what I want - the line spacing and margins).
The changes at the chapter didn't work here...I think it's something related to the ebook code.
Tks.
|
The difference is likely that the items with the '.' as the first part of the name are applied using class= (e.g. <h3 class="chapnumber">) whereas the body and p are applied to the tags. The first paragraph in a chapter gets <p> while the subsequent paragraphs get <p class="subsq">. A dropcap would be applied using something like: <p><span class="dropcap">L</span> for an example.