Quote:
Originally Posted by exaltedwombat
What's wrong with this? Especially as the customer will want a mobi version as well.
<body style="border:0;margin:0">
<div style="text-align:center"><img alt="cover-front" src="../Images/cover-front.jpg" width="100%" /></div>
</body>
|
I think you should use:
Code:
<body style="border:0;margin:0">
<div style="text-align:center"><img alt="cover-front" src="../Images/cover-front.jpg" height="100%" width="auto"/></div>
</body>
That should work for old mobi files both in portrait and landscape mode.
Regards