KnowledgeBaseQuestManager Website
Language
 
Home>Knowledge Base>General>Creating HTML for the invitation email
Information
Article ID539
Created On11/10/2009
Modified11/10/2009
Share With Others

Creating HTML for the invitation email

See some examples below for writing HTML for the invitation email by QuestManager:

CSS IN-LINE

 QuestManager uses everything between the BODY TAG (<body> ... </body>). In other words, the HTML editor removes all the TAGS found before and after this TAG.
To format using styles, you will need to use INLINE programming. This way the editor will not remove the OUTLINE style applied.
Example of INLINE programming:
<... style="font-family: Arial, Helvetia, sans-serif; font-size: 12px; color: #305076;">

The best way to format the text is through FONT TAG, as using CSS (styles) in email marketing can be considered SPAM, and the emails may be blocked by the server.

BACKGROUND IMAGE

QuestManager does not permit the use of background images within the cells. In other words, we do not recommend the use of BACKGROUND TAG on images. The layout should be created in a way that the body of the text should be up against a uniform background color.