Quote:
Originally Posted by Demented
That would be nice. I've actually been looking at it and I think the best solution would be to remove the divs entirely and then replace the <span> tags with <p> tags. I can't wait to have line breaks again  Thanks for your hard work on this project.
|
That wouldn't work. There are spans for italics, and for a bunch of other things, if you replaced all spans with p, it would break the book.
The problem is that they combine different text CSS for spans and divs to make a single whole. When I converted one, I eventually gave up, and just used vi to convert the LRS directly to HTML. It turned out a lot better.