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