Tools, FAQ, Tutorials:
3Pigs6-3.0.epub - XHTML pre Element
Does EPUB support XHTML "pre" elements?
✍: FYIcenter.com
Yes. EPUB 3.1 does support XHTML "pre" elements.
EPUB readers will display "pre" elements with a monospace font. Text lines within "pre" elements will be displayed without wrapping. So if you have long lines in "pre" elements, text will be truncated on the right side.
Let's try this by modifying Third-Pig.xhtml with:
... <p>The wolf was red hot angry. He screamed, </p> <pre> “Little pig, you have tricked me once with the carrots. You have tricked me twice with the apples. You have tricked me three times with going to the fair. But you will not trick me with a fourth time. That’s it I will come down the chimney. I will eat you up!” </pre> ...
ZIP all files together to created 3Pigs6-3.0.epub.
Now open 3Pigs6-3.0.epub in Calibre and go to "pre" section. You see some words are truncated, if the Calibre window is not wide enough:
⇒ 3Pigs7-3.0.epub - Apply CSS File
⇐ 3Pigs5-3.0.epub - Title Page and TOC
2018-08-14, 1412👍, 0💬
Popular Posts:
How To Connect to MySQL from a PHP Script in PHP? If you want access the MySQL server, you must crea...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How To Connect to MySQL from a PHP Script in PHP? If you want access the MySQL server, you must crea...
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...