Quote:
Originally Posted by jswinden
It would be better to look at the ePub before it is converted by calibre as calibre adds its own strange looking CSS styles. But from what you showed the only thing that I see is the white-space: pre statement. Try changing it to white-space: normal. Also, unless you like monospace text I would delete the font-family: monospace; statement.
Here's a link to a website that discusses the white-space CSS propeties: http://www.w3schools.com/css/pr_text_white-space.asp
|
Alright, so I tried removing the "font-family: monospace;" line and changing "white-space: pre" to "white-space: normal" and when I go to close the file, I get a window that says "Sigil currently cannot save files of type "css". Please choose a different format."
If I ignore this and go back to the "Tweak ePub" window on Calibre and click on "Rebuild ePub" nothing changes. Well, the text doesn't look monoblock, but it still doesn't wrap. If I choose "Tweak ePub" again, the "font-family" goes back to monospace and the "white-space" goes back to pre.
What am I doing wrong?