View Single Post
Old 08-15-2010, 09:27 AM   #1
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Question calibre kills lay-out of my books,help !


Sorry I am dislectic so I can't find the right keywords to make a simple title.
I like it when my books start with the text completely on the left.

Sometimes I get a book, and I see words having a space before it.
Just align left with sigil doesn't work.
When I open the book there is always something like this before it:
Code:
<p class="calibre2"><span class="none2">
I included in my css file:
Code:
body, div, p, h1, h2, h3, h4 { margin: 0; padding: 0; }
The only thing I can do now is to completely remove formatting or remove the calibre code,but then the book looks awful !

Is there a way to prevent this behaviour with a code,either in the body of the book or in the css file ?
I just want to have my text nice aligned to the left side.
For some reason all my readers put a space in the text where a calibre tag is inserted (also with ade) and I want to overrule this without killing the format.

Sorry for my bad language ( only have one year english lessons, and because of my dislectic problems) I hope I put it in the right section.

Example:
Code:
This line looks good.
 This line is not aligned to the left,there is a non removable space on the left.
When I look in code view with sigil, there is always a line looking like this,
Code:
<p class="calibre2"><span class="none2">
Value can change but it's always starting with:
Code:
<p class="calibre......

Last edited by Nick_1964; 08-15-2010 at 09:35 AM.
Nick_1964 is offline   Reply With Quote