Quote:
Originally Posted by Oxford-eBooks
Yep, this is mobi for Kindle, so can't rely on CSS working.
Still, gonna need to include blank lines here and there anyhow.
The new Kindle 3 is brilliant.... but it's CSS STILL SUCKS!!!!! Aiee.
|
Mobi does not support CSS at all.
You should use the documented method of increasing the space between paragraphs - using the "height" attribute of the <p> tag.
Eg:
<p height="2em">
will leave a 2em gap before the start of the paragraph.