Quote:
Originally Posted by hobnail
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.