- Check your code for errors it's MUST be valid XHTML.
- Maximum width of the mail shot 590px.
- The mail shot should be page centered at all times.
- Add the trouble message in the top of each mail shot.
English mail shot:Having trouble seeing the below email? Click here
Arabic mail shot: لديك مشكلة في مشاهدة الإعلان التالي؟ انقر هــنا
- The HTML tags:
Always small letters </HTML>
Check that every open tag must closed, example: <head></head>
- Remove the title of the page: <title>Message</title>
- No style sheets are allowed, not to read from an external file, nor embedded inside the html head. They can be written hard coded inside the html tags.
Ex: <td style="color: #000; font: tahoma;">
- For security reasons we do NOT allow the following in your mail shot: (Hackers have been known to use these medias to illegally ask users for their usernames and passwords):
I. NO JavaScript
I. NO DHTML
III. NO iframes, or frames
IV. NO rich media advertising
V. Comments <!-- comments -->
- Hyperlinks must begin with the "a" and "href" together. Do not include attributes before "href".
Ex: Correct: <a href="http://www.url.com" target="_blank" > Incorrect: <a target="_blank" href="http://www.url.com">
- Always make all the links in the mail shots open in a new window, (_blank).
- Always check that images have full paths:
Ex: Correct: http://images.maktoob.com/emailshot/client/images/logo.gif Incorrect: images/logo.gif
- If the images paths came from the client’s server its ok.
- If you used mapping on images, please use a unique name for it & don't use: "FPMap0"
- Do not begin folder names with an underscore "_".
- If you are using a <FORM> we accept only the GET method, POST is not accepted. All <FORM> tags must have "METHOD=GET". Scripts receiving the <FORM> input must accept the "GET" method.
- Fill out the height and width tags for images, this helps accommodate faster load time.
Ex: <img src=" http://images.maktoob.com/emailshot/client/images/test.gif" height="15" width="30">
- Test the mail shot in (Gmail, Hotmail and Yahoo) mail system using IE 5+6 and Firefox browser.
|