I think you're right
I used ABC Amber Lit to convert to HTML and the book is formatted thus:
<p><span class=rvts6><br></span></p>
<p><span class=rvts6>In the world of Deathlands</span></p>
<p><span class=rvts6><br></span></p>
<p><span class=rvts6> There were, of course, survivors…</span></p>
<p><span class=rvts6><br></span></p>
However...I also converted another of my LIT books which converted well to epub via calibre, to html, and the page was formatted the same way, same CSS, same tags. Odd, can this be explained? (I checked some more of my LIT files and they all follow this tag format?!?)
In my experience a p tag is a paragraph tag, and I would expect to see more text inbetween these tags than a line, also p tags create space before and after themselves.
And soooo, on the face of things, I need to strip most of the <p> tags out, and delete the <br> tags. Is that right?
I'm so confused, I cant get my head around what the difference is between all of my LIT files that stops some from being converted correctly.
|