What is the standard header size for stationery?

Options

There is no standard width for setting stationery. However, the default setup that Convio generates is 600px for the outer table and it uses the same width for the content. One common mistake by email administrators is in setting up the width of the outer table for stationary smaller than the width of the email content.

For Example:



Stationary Width:

<table width="650" border="0" cellspacing="0" cellpadding="0">



Email Width:

<table width="700" border="0" cellspacing="0" cellpadding="0" >

With the setup above you will end up expanding the stationery, and all images in the stationery will look off center and not wide enough.

Make sure that the header of the stationery has a width set to the same width as the outer table. For Example:

Stationary Width:

<table width="650" border="0" cellspacing="0" cellpadding="0">



Masthead or top banner:

<IMG width=650 alt="save the seals" src="../images/content/pagebuilder/13947.jpg" border=0 />



The body of the email:

<table width="640" border="0" cellspacing="0" cellpadding="0">

Notice the body of the email is set 640 to allow the margin of the stationery or you can also set it to the same width as the stationery.

Tagged:

Categories