Old mobi is based on a subset of html 3.2. According to that spec, this is done by adding inline in the image tab a height and width which is always interpreted as pixels.
So try something along the lines of having both
height=100 width=50
as attributes of the img tag.
|