Looking for the v10 manual? Visit our new user's guide!
 
Search Descriptions Version
 
 
This article applies to: ML8, ML, MultiStore

Images added to mailfooter topic do not show in email


Symptoms
After adding images to the Topic: mailfooter, the images do not show in the emails using the mailfooter.

Cause
The images added in the Design mode are created using relative paths which work for storefront display topics but do not show when emailed using the mailfooter.

Solution
Select HTML mode for the mailfooter after adding the images, and edit the relative path to include the full URL path, such as:

<img alt="" src="/Images/myimage.jpg" />

Edited: <img alt="" src="http://www.mydomain.com/Images/myimage.jpg" />