Quote:
Originally Posted by exaltedwombat
Why "max-width", not just "width"?
In HTML isn't it width="100%" rather than width:100% ?
<div><img alt="cover_1" src="../Images/cover_1.jpg" width="100%"/></div>
|
Thanks..that fixed it…syntax error on my part. Would you wrap all images up in a division?