Numbered list help
Hi - sorry if I'm repeating something what was already discussed here...
I created a numbered list in my epub file using negative top margin.
<p class="calibre1">1.</p> /then the text related to the number/
<dd style="margin-top: -18px;">Example text one</dd>
the next list number:
<p class="calibre1">2.</p> /and then the related text/
<dd style="margin-top: -18px;">Example text two</dd>
And so on…
It seems quite simple, works OK... until I open the epub in a reader - the numbers and the related text usually became crooked – vertically misaligned…
How can it be fixed so that the numbers will be always in line with the related text when opened on any device ?
Thanks
|