Hi,
Has anyone noticed a formatting glitch on the iPad Kindle reader where the first NUMBER in an ORDERED list is formatted the same as the preceding text?
In the code, below, the first "1" appears large, and bold as the H2 above it.
I've shouted into the void that is Amazon to see if I can submit a bug report. In the meantime, a "sacrificial space" absorbs the error and hopfully, will satisfy my client.
Code:
<h2 class="chapterHead">Contents</h2><p><span> </span></p>
<ol>
<li><a href = "01-01.xhtml">Looking for God</a></li>
<li><a href = "01-02.xhtml">Getting to know someone</a></li>
<li><a href = "01-03.xhtml">Friends and strangers</a></li>
<li><a href = "01-04.xhtml">How can I believe that?</a></li>
<li><a href = "01-05.xhtml">Layers</a></li>
<li><a href = "01-06.xhtml">In the family</a></li>
<li><a href = "01-07.xhtml">Something special</a></li>
<li><a href = "01-08.xhtml">Take-away prayer</a></li>
<li><a href = "01-09.xhtml">Day in, day out</a></li>
<li><a href = "01-10.xhtml">Doing it ourselves</a></li>
<li><a href = "01-11.xhtml">The greatest prayer</a></li>
<li><a href = "01-12.xhtml">Where we started</a></li>
</ol>
note the
Code:
<p><span> </span></p>
following directly after the H2 to correct the fault.