OUTLOOK 2003 STATIONARY problems...arghhh

Alex

Diamond Member
Oct 26, 1999
6,995
0
0
trying to get the following effect for emails:
--
COMAPANY LOGO
(body of email)
SIGNATURE
--

so here is my problem, i used the stationary creator wizard for OE6 and created something that works fine in OE but when i use it in Outlook2003 the logo is tiled all across the email.

i manually edited the html files but my html knowledge is real rusty... finally got it to work but the cursor is always before the logo by default so the signature and logo get inverted.

tried messing around but the best i can manage is having them side by side kind of. im using word due to lack of a better WYSIWYG editor and its adding so much useless crap to the html file too.

can anyone help? im sure this is really simple too

arghjhhjj
 

Alex

Diamond Member
Oct 26, 1999
6,995
0
0
<HTML>
<HEAD>
<STYLE>
BODY {
font-family: Verdana;
font-size: 10pt;
color: 000000;
margin-top: 125 px;
background-position: top left;
background-repeat: no-repeat;
}
</STYLE>
</HEAD>
<BODY background="Webco Logo.jpg">
</BODY>
</HTML>



i think the problem is with MS WOrd... with word as the email editor the background gets tiled over and over, without word as the default email editor it works fine.

is there any downfall with not having word be the email editor? can i still attach documents directly from ms word and excel etc?