|  03-23-2025, 06:01 PM | #1 | 
| Addict       Posts: 305 Karma: 516 Join Date: Nov 2015 Location: Europe EEC Device: Kindle Fire HD6 & HD8 | 
				
				Tables display in Kindle Previewer 3
			 
			
			I'm trying to understand why some tables are displayed one way with a little clickable widget beneath the table and another table is displayed without this widget. Both examples have the same basic HTML and the same CSS. The file is a epub3 and I'm using Kindle Previewer 3.92.0 See the attached screenshot images: Image 1 has this code: Code: <table class="table95"> <tr><td>Some text here:</td><td>9</td><td>8</td><td>5</td><td>1</td><td>15</td><td>20</td></tr> <tr><td>Row with text:</td><td>B</td><td>C</td><td>JI</td><td>L</td><td>P</td><td>M</td></tr> </table> Code: <table class="table95"> <tr><td>Alpha :</td><td>1 2 3 4 5 6 7</td><td>(some text here)</td></tr> <tr><td>Beta :</td><td>1 2 3 4 5 6 b7</td><td>(another description)</td></tr> </table> Code:   .table95 {display: block; margin-top: 1em; margin-left: auto; 	margin-right: auto; 	margin-bottom: 0; width: 95%; } | 
|   |   | 
|  03-24-2025, 09:38 AM | #2 | 
| Grand Sorcerer            Posts: 7,159 Karma: 92500001 Join Date: Nov 2011 Location: Charlottesville, VA Device: Kindles | 
			
			When converting to KFX format the Kindle Previewer uses undocumented heuristics to determine whether a table is displayable as is when reading or whether it requires an alternate display method that allows the reader to pan/zoom it in order to see all of the data. Tables with lots of columns will typically fall into the second category.
		 | 
|   |   | 
| Advert | |
|  | 
|  03-24-2025, 02:19 PM | #3 | |
| Addict       Posts: 305 Karma: 516 Join Date: Nov 2015 Location: Europe EEC Device: Kindle Fire HD6 & HD8 | Quote: 
 Thanks. | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Kindle Previewer 3 versus KDP Online Previewer | Contre-jour | Kindle Formats | 3 | 05-29-2018 10:05 AM | 
| calibre 3.5: previewer has issues with tables | DrChiper | Editor | 2 | 08-04-2017 02:33 AM | 
| Kindle Previewer: error converting from epub with specific CSS and `display: none` | arthurattwell | Kindle Formats | 3 | 08-10-2016 08:42 AM | 
| Kindle Previewer 2.51 adds 8 Font Faces for Kindle Touch preview mode | jswinden | Amazon Kindle | 4 | 07-19-2012 05:56 PM | 
| display of tables? / datasheets on the prs-505? | Sirion | Sony Reader | 1 | 04-09-2009 06:33 PM |