This code does
NOT work for resizing jpeg files:
<p><img alt="Cover_Name" src="../Images/Cover_Name.jpg" width="100%" height="100%" /></p>
The resizing taking place looks terrible.
This line works, but does not resize image:
<p><img alt="Cover_Name" src="../Images/Cover_Name.jpg" /></p>
JUst my 2¢ from trial and error. - Fabe