How do I create a outlook template with images

H

huttfan

I am trying to create a email template for outlook. It seems relatively
simple. However the results are stange. I get table errors (when I turn
signature on) and the layout varies when sending, resending or replying to
emails.
What I am trying to achieve is a banner across the top of all new, resend
and reply emails. My code looks like this
<HTML>
<HEAD>
<style type="text/css">
<!--
body { font-family: Tahoma, Arial, Helvetica;
font-size: 12pt;
bgcolor: #dddddd;
color: #FFFFFF;
margin-top: 0px ; background-color: dddddd} -->

</style>
</HEAD>


<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" width="113px" height="100px"><img
src="file:///C|/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/raywhite.jpg"></td>
<td height="55" width="100%" bgcolor="#666666" align="right"
valign="bottom">Karen
Xxxx </td>
<td rowspan="3" width="70" height="100"><img
src="file:///C|/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/karenxxx3.jpg" height="100" width="70"></td>
</tr>
<tr>
<td width="100%" height="3" bgcolor="#999999"><img
src="file:///C|/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/transparent.gif" width="100%" height="3"></td>
</tr>
<tr>
<td width="100%" height="42" bgcolor="#666666" valign="top"
align="right">
<div align="right"> 0405 723-907 <br>
<a href="http://www.karenxxxx.com."><font color="#FFFFFF"
size="2">www.karenxxxx.com</font></a>
</div>
</td>
</tr>
<tr>
<td colspan="3"><img
src="file:///C|/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/transparent.gif" width="100%" height="100%"></td>
</tr>

</table>

</body>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top