The following are a few guidelines if you plan to code your HTML files outside of Delivra and upload them to campaigns.
- <!DOCTYPE html> must be declared
- Entire width of the document must be 600-800px, width exceeding this is not recommended
- Do not place background color in the body tag of the code
- Extended background color must be #FFFFFF (white)
- All CSS (styles) should be inline
- Code all structures using the table element - for more complicated layouts, you should nest tables to build complex structures
- Avoid shorthand code (IE: #FFF instead of #FFFFFF)
- Supported image file types include JPG, GIF, PNG
- Image files size should not exceed 1000KB
- Source image on an online host. If this is not possible, images can be hosted in your Delivra account. In the HTML code please use the absolute path for the image, not a relative path.
- Background images must have a matching background color applied as a fallback - Outlook does not recognize background images.
- Multiple images which are contained within a single horizontal row (<tr>) must each be wrapped by individual table (<table>) tags to avoid issues with Outlook’s rendering engine.
- Please double check all code to make sure there are no errors before uploading it to the account.
- Provide unique name for HTML instead of just “index”
Related Articles