On 5/3/2013 11:33 PM,
lazo...@gmail.com wrote:
> I'm using the FFDownloader plug-in on Calibre ebook reader which I LOVE.
Glad you like it. :-)
> I've noticed that some letters on the far right side of the page are
> slightly cut-off, almost as if the margin setting is too great on that
> side. This occurs in both individual books and anthologies. (P.S. The
> anthology feature is wonderful - thank you very much!) In Calibre, you
> can clean up books by changing the margins; however, as it was converted
> without this information, this doesn't "reveal" the missing text.
>
> Has anyone experienced this or know what settings can be adjusted to fix
> it?
What ebook format are you using? And what ebook reader?
The FFDL epub and html output have output_css that can be set in the
personal.ini tab of your FFDL config. Both default to a 2% margin.
You can double the right side only by adding this to your personal.ini:
[epub]
add_to_output_css:
body { margin-right: 4%; }
FYI, most of the book readers I use (Nook, Kindle, calibre's built-in,
etc) override the margins encoded in the ebook. So this may not help.