You can add vertical space in mobi by using the "height" property:
<p>Normal paragraph</p>
<p height="1em">A letter with space above</p>
<p height="1em">The next paragraph after the letter has some space above too</p>
<p height="2em">And then comes a "scene break", with a larger space, before this paragraph</p>
|