Can I upload HTML for my campaign design?

Can I upload HTML for my campaign design?

Yes. In the campaign creation process you have an option to upload your own HTML file that was designed outside of Delivra's system. Follow these easy steps:

  1. Start a new campaign, or edit an existing campaign.
  2. In the Setup step scroll to the Design section.
  3. Choose "Start from Upload" & click the "Browse Files" button.
  4. Locate & select the HTML file from your desktop.


Notes

  1. Uploaded HTML files cannot be edited in Delivra's system with the drag-and-drop email designer. If design changes are needed, those changes must be done in your external HTML editor and a new file should be uploaded to Delivra.

  2. After a HTML file has been uploaded to a campaign you will be presented with the HTML code view. If you need to insert a merge tag, first place your cursor in the HTML code at the point where the field should merge, then click to choose the field name from the list on the right:

HTML Code Tips

The following are a few guidelines if you plan to code your HTML files outside of Delivra.
  1. <!DOCTYPE html> must be declared.
  2. Entire width of the document must be 600-800px, width exceeding this is not recommended.
  3. Do not place background color in the body tag of the code.
  4. Extended background color must be #FFFFFF (white).
  5. All CSS (styles) should be inline.
  6. Code all structures using the table element - for more complicated layouts, you should nest tables to build complex structures.
  7. Avoid shorthand code (IE: #FFF instead of #FFFFFF).
  8. Supported image file types include JPG, GIF, PNG.
  9. Image file size should not exceed 1000KB.
  10. 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.
  11. Background images must have a matching background color applied as a fallback - Outlook does not recognize background images.
  12. 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.
  13. Please double check all code to make sure there are no errors before uploading it to the account.
  14. Provide a unique name for HTML instead of just “index”.
    • Related Articles

    • Send a campaign

      You can create a campaign using a guided workflow that requires only a few steps to complete. If you are not there already, navigate to your Campaigns dashboard to begin. Click the “Create Campaign” call to action button to launch the guided ...
    • Send a multivariate campaign

      Multivariate is a type of campaign that you can send from Delivra. This type of campaign allows you to test email components, like the subject line or email design, to determine if changes impact recipient engagement with the campaign. You can create ...
    • How do I change the email template chosen for my campaign?

      You started a campaign but then realize that you chose the wrong email template for its design. You can correct this issue easily in the the Setup step of the workflow. Follow these steps: Navigate to the Setup step of the campaign workflow. Scroll ...
    • Set up a triggered campaign | Delivra Air

      This how-to article outlines the process of creating a triggered campaign in the Delivra Air system. If you are not a Delivra Air user, please see this article for this process in the legacy system. Tip: Open the images included in this article in a ...
    • Best practices for email design

      In this article you'll find best practices and recommendations for your email design. If you're having trouble with email design rendering, please email Support. Email Size File size should be 75 KB or less. Delivra will not prevent you from ...