View Single Post
Old 04-15-2011, 06:21 AM   #25
petercrowell
Connoisseur
petercrowell began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Apr 2011
Device: Kindle
Quote:
Originally Posted by ATDrake View Post
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>&nbsp;</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?
petercrowell is offline   Reply With Quote