View Single Post
Old 06-21-2010, 01:57 PM   #3
jomaweb
Connoisseur
jomaweb is on a distinguished road
 
Posts: 81
Karma: 50
Join Date: Jan 2010
Device: Kindle DX
That's what i've used. Semantic markup with <ul> and <li> tags.

No other CSS is in the HTML document.

just try with this code below and convert it to MOBI. You'll see what I mean.

Code:
<ul>
    <li>First</li>
    <li>Second</li>
    <li>Third</li>
</ul>
jomaweb is offline   Reply With Quote