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.
|
Isn't the HTML in the MOBI7 that's in a master MOBI/dual MOBI essentially the old HTML we had before there was CSS (HTML4)? That's what I think you're implying but perhaps it could be more explicitly stated.