View Single Post
Old 11-13-2010, 08:18 AM   #340
WeibRabe
Junior Member
WeibRabe began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2010
Location: Saint Petersburg, Russia
Device: B&N Nook + Kindle 3
I've got one problem when I'm trying to convert chm file to mobi by using Calibre. There are lot of <pre> blocks in chm file and after converting this <pre> blocks don't fit to Kindle 3. I mean that after converting and reading on Kindle 3 (in landscape mode) the lines in pre blocks don't fit to screen and ends of lines are not visible.
I've tried to add custom css -
Code:
pre {white-space:normal}
, but the result was awful. I've tried
Code:
pre {white-space:pre-wrap}
, but it doesn't work .
Maybe there is another way to 'cook' pre blocks for Kindle?
WeibRabe is offline   Reply With Quote