Hi everyone, I'm new to the forum, and I have a problem I hope you can help me with.
There's a problem with some kindle ebooks (mine included) that happens in Kindle for Iphone/Ipod (and I'm guessing in other places too). I don't know if the mobi file is to blame or the Kindle for Ipod software. My guess is the mobi file since other ebooks are fine.
Here's the thing; if I skip many pages/locations and the first paragraph is "cut", Kindle doesn't load the tag's formatting. The formatting for that paragraph will only be loaded if I go back until finding the first line.
I'll show an example. Let's say I have this class
.myclass { text-align: left; }
and there's this paragraph in the ebook
<p class="myclass">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum
<p>
I decide to skip many locations ahead, to a location that starts with the second line of the paragraph "tempor incididunt ut labore ...". This paragraph will look justified instead of left aligned. I go back one location, where the first line of the paragraph is; since it's the start of the element, it reads the tag formatting, in this case, the .myclass text-align style.
I advance one location, right where I was before; now that the tag formatting has been read, the paragraph is left aligned.
How can I prevent this from happening? Everytime I skip locations many paragraphs have the default formatting (justified text, different margins), causing a terrible visual impact (this is left aligned, that is justified, this paragraph has a different margin than that other one...).
Thanks in advance!
Mike.
There's a problem with some kindle ebooks (mine included) that happens in Kindle for Iphone/Ipod (and I'm guessing in other places too). I don't know if the mobi file is to blame or the Kindle for Ipod software. My guess is the mobi file since other ebooks are fine.
Here's the thing; if I skip many pages/locations and the first paragraph is "cut", Kindle doesn't load the tag's formatting. The formatting for that paragraph will only be loaded if I go back until finding the first line.
I'll show an example. Let's say I have this class
.myclass { text-align: left; }
and there's this paragraph in the ebook
<p class="myclass">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum
<p>
I decide to skip many locations ahead, to a location that starts with the second line of the paragraph "tempor incididunt ut labore ...". This paragraph will look justified instead of left aligned. I go back one location, where the first line of the paragraph is; since it's the start of the element, it reads the tag formatting, in this case, the .myclass text-align style.
I advance one location, right where I was before; now that the tag formatting has been read, the paragraph is left aligned.
How can I prevent this from happening? Everytime I skip locations many paragraphs have the default formatting (justified text, different margins), causing a terrible visual impact (this is left aligned, that is justified, this paragraph has a different margin than that other one...).
Thanks in advance!
Mike.