Quote:
Originally Posted by slowsmile
...And I would write the image code this way in the html:
Code:
<div align="right" class="container">
<img class="imgsize" src="../Images/image.jpg" alt="Image01"/>
</div>
In the above example, I'm just using the <div> tags as a properly sized image container(at 10% of the current screen width) with the image inside it at 100% container width. The <div> container is also aligned to the right.
|
And the above example will trigger an error on most epub error checkers. 'align="right"' is just bad code.