View Single Post
Old 01-25-2018, 02:56 PM   #386
HowlerX
Enthusiast
HowlerX began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Aug 2016
Device: Kindle Voyage
Quote:
Originally Posted by ldmobi View Post
I get this response with one book:


I tried to create a new Table of content using Edit Book, with no success.
Converting with the option to linearise tables works.

Apart from the "table" of contents (toc), I cannot find any table in the book, so I wonder what table is it referring to? is it a formatting thing, invisible when reading the book?
Sometimes the "display" element can be used to display an element/text as a table. Look for:
Code:
display: table
display: table-caption
display: table-column-group
display: table-header-group
display: table-footer-group
display: table-row-group
display: table-cell
display: table-column
display: table-row
in the CSS. Any of those won't work with Kindle Previewer.
HowlerX is offline   Reply With Quote