 |
The HTML should be coded by hand to ensure clean compact code. |
 |
Please Don't use MS Word's 'Save as HTML' feature. |
 |
Don't use MS Front page or any other WYSIWYG Web design software. |
 |
If you cannot code HTML by hand, we would prefer that you layout your e-mail in Word so that we can produce the HTML markup for you.
(Fees may apply for design.) |
 |
Do not use global CSS selectors. |
| |
Instead of
<style type="text/css">
.style1{color: #FFFFFF;}
</style>
<span class="style1">Example Text</span>
Use
<span style="color:#F00F00;">Example Text</span>
|
 |
Do not use CSS absolute positioning |
| |
Example
<p style="position:absolute">Example Text</p>
|
 |
Please use in-line styles for CSS coding |
| |
Example
<p style="font-family: Arial, Helvetica, sans-serif;">
Example Text
</p>
<p style="font-size: 18px">
Example Text
</p>
<p style="font-weight:bold">
Exmple Text
</p>
|
 |
To ensure paragraph spacing renders more consistently across ISP's please style <p> tags accordingly. |
| |
Instead of
Use
<p style="margin-bottom:1em;">Example Text</p>
|
 |
Do not use background images |
| |
Example
<table width="640" border="1" align="center" cellpadding="0">
<tr>
<td height="100" background="http://www.newsmax.com/abc.gif">
|
 |
No Java, JavaScript, frames, or ActiveX. |
 |
Images can be hosted by you or by Newsmax |
 |
All images must have ALT tags filled out |
 |
A maximum width of 600 pixels applies |
 |
No Flash in the HTML |
 |
No HTML forms in the body of the e-mail |