Email Header HTML Code Sample

From AgileApps Support Wiki
Revision as of 01:27, 19 February 2009 by imported>Evelyn
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The following HTML code sample can be used as an Email Header. It defines the CSS (Cascading Style Sheet) and includes an image.

<style type="text/css">
.mon, .mony, .monn, .mons, .ftitle {font-family: Verdana, Arial, Helvetica; font-size: 10px; text-align: right;}
.mons {background-color: #FFFFFF;}
.monn A, .monn A:visited {color: #666666;}
.mony, .mons {font-weight: bold;}
.ftitle TD {border-bottom: solid 1px #B6C7E5;}
</style><img border=0 src="http://myserviceproviderdomain.com/images/image-name.jpg">  


Customizations

  • This text should be changed to brand the footer to match your service: http://myserviceproviderdomain.com/images/image-name.jpg
  • A file with the appropriate name (image-name.jpg) should be created and posted to the /images folder at http://myserviceproviderdomain.com
  • The CSS (font style, color, size, formatting) can be modified as desired