View Single Post
Old 02-10-2020, 07:24 PM   #37
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,101
Karma: 92190113
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by hobnail View Post
When converting from EPUB to MOBI, is there a way to format it so that it only displays something you've added if it's displaying the MOBI7 format? Some sort of debugging thing you can add to verify that you're seeing the MOBI7 format and not the AZW3 format if/when it's a dual MOBI (or whatever might use AZW3).
You can use media queries to have CSS that varies by format. Use this to selectively apply the "display" property to text in order to have the content vary by format.

I have attached a sample EPUB that will show which Kindle format is used to display it.
Attached Files
File Type: epub what-format.epub (1.8 KB, 249 views)
jhowell is offline   Reply With Quote