Hi
I thought I better let you know I have solved problem no 2. After reading various items on the internet I found out that my Kindle does not support listings very well when a CSS sheet is involved. The original code was as follows:
<ol class="calibre58">
<li class="calibre41" value="1">
<blockquote class="calibre32">
wording for line
</blockquote>
</li>
</ol>
I stripped this back to:
<ol>
<li>
wording for line
<br /><br />
</li>
</ol>
and it has stopped the number (or symbol when <ul>) causing a break before the wording relevant to the line.
I am still trying to solve problem number 1.
Cheers
Goggs75
|