Quote:
Originally Posted by ATDrake
Yup. You do have to list each individual image (only once; you can reuse a referenced image as often as you like) and put in their file types.
|
Right now my images are listed this way at the top of the body in the html file:
<body>
<h1 height="20″><img src="sl_cover" alt="img" /></h1>
<p height="10″>by</p>
<p height="20″><img src="ptc_logo" alt="img" /></p>
<p> </p>
<p height="30″><img src="sl_logo.png" alt="img" /></p>
So, these images need to be listed in the manifest?
Are they listed properly in the html file?