Quote:
Originally Posted by theducks
OH the DIV surrounds the Big letter, What surrounds the rest
|
<p> </p> tags around every paragraph. Unfortunately the <p> tags are between that first letter and the rest of the first word in the paragraph.
Quote:
Without seeing a whole chapter (code), I would have a hard time guessing what needs removed and/or changing.
|
I have put a sample up at
http://pastebin.com/aX9s9XwP
I haven't included the whole text of the chapter, but enough to show the code at the start, end and in two paragraphs in the middle.
Quote:
I have whole books that look clean and NO, Zero, Nada DIV tags. K.I.S.S. no fancy stuff, just indented paragraphs. A chapter header
Code:
<p class...> stuff </p>
|
Unfortunately removing the <div> tags made the code look cleaner but didn't solve the problem. I experimented with removing the <p> tags but considering they are the paragraph separators, I ended up with one big chunk of text *sigh*
Thanks for the info about the Sigil colouring, and your really nice efforts to help me out!