Quote:
Originally Posted by JSWolf
<pre> is meant to not wrap. So when creating ePub, it should never be used.
|
I wouldn't say "never" but <pre>formatted text is the antithesis of flow layout. <pre> means retain this formatting exactly. It is usually used for charts or source code in programming books.
But, for a standard text book that you want to flow, I agree <pre> is not a good choice.
BOb