To ensure that your images are visible on your secure pages, we recommend that you use only the image name (for relative pathing) instead of the absolute path to the image location within your HTML page.
e.g.: When you use this code:
<b> <img src="http://sitename.com/imagename.gif"> </b>
the image may not be visible through your secure page.
Instead, please use this code:
<b> <img src="imagename.gif"></b>
NOTE: If you placed all of the image files in a sub-folder, please indicate the appropriate path to your images.