View Single Post
Old 02-05-2020, 05:03 PM   #18
joe 1
Junior Member
joe 1 began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Feb 2020
Device: Kindle
Quote:
Originally Posted by jhowell View Post
Some CSS styles are converted to HTML3 equivalents in kindlegen for MOBI7 format. For example the style border:solid; becomes the border="1" attribute. Media queries @media amzn-kf8 and @media amzn-mobi can be used to target CSS to a particular format. By combining these you can have borders in one format and not another.

Others here have a lot more experience in this area, hopefully some of them will chime in with more details.
Ooo - I wasn't aware of that. That must might do the trick. I will give it a shot.
joe 1 is offline   Reply With Quote