View Single Post
Old 06-10-2011, 04:18 PM   #7
Grey Ram
Enthusiast
Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.Grey Ram ought to be getting tired of karma fortunes by now.
 
Posts: 33
Karma: 2146058
Join Date: May 2011
Device: Kindle 3
Table using Mobipocket Creator without CSS

Hi

I don't use InDesign, but I have produced a table with borders by hand editing html and using Mobipocket Creator with the following code
Quote:
<table border="1" align="center">
<tr align="center">
<th rowspan="2">
<small><i>Número<br/>de la<br/>estrella</i></small>
</th>
<th colspan="2">
<small><i>1a coordenada</i></small>
</th>
<th colspan="2">
<small><i>2a coordenda</i></small>
</th>
</tr>
<tr align="center">
<th>
<small><i>observada</i>
...
The resulting table looks like the attached image.

I have tried using css with Mobipocket Creator, but the support is not very good and the support for tables is even worse. Anyway, I hope you find this helpful.
Attached Thumbnails
Click image for larger version

Name:	Kindle Table.png
Views:	898
Size:	63.3 KB
ID:	72606  
Grey Ram is offline   Reply With Quote