View Single Post
Old 07-12-2012, 06:36 AM   #4
GOGGS75
Enthusiast
GOGGS75 began at the beginning.
 
Posts: 30
Karma: 12
Join Date: Jun 2012
Device: Ipad mini + Kindle Touch
Hi

I have now managed to solve problem (1) also. Again by stripping <blockquote> out and the class names not required then inserting a column width. The new code is as follows:

<table border="0" width="100%">
<tr>

<td class="bold calibre19" width="70px">Note</td>
<td> wording for note

<br /></td>
</tr>
</table>

I like Calibre for conversion but the addition of a <blockquote> seems be a bug when converting from EPUB to MOBI for use on a Kindle.

Cheers

Goggs75



<table border="0"
<tr>
<td class="calibre18" valign="top"></td>

<td class="calibre18" valign="top"><span class="bold calibre19">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Note&nbsp ;</span></td>

<td class="calibre18" valign="top">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<blockquote class="calibre32">

'wording for note'

</blockquote>
</td>
</tr>
</table>
GOGGS75 is offline   Reply With Quote