Using stationary when Word is used as the editor

H

HCS

Hello,

I am having a problem with stationary when using word as the email editor.
What is required is for a logo to be placed as a backgroun image in the top
right hand corner. this works fine in outlook using this code:

<HTML>
<HEAD>
<STYLE>
BODY {
font-family: Arial;
font-size: 10pt;
color: 000000;
background-position: right top;
background-repeat: no-repeat;
background-image: url(Pic.jpg);
}
</STYLE>
</HEAD>
<BODY>
</BODY>
</HTML>


However when Word is used as the email editor the background image is no
longer placed in the top right hand corner but rather is repeated!!!!

Please help.
 
D

Diane Poremsky [MVP]

Insert it in a table.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Author, Google and Other Search Engines (Visual QuickStart Guide)



Join OneNote Tips mailing list: http://www.onenote-tips.net/
 

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