Stationery background image problem
Hi
I have created stationery with below code. Previewing in IE, the background
image appears as non-repeating and as large as its original size but when
installed as stationery in outlook, in a new message it appears repeated and
much smaller. What is the problem and how can I make the background image
not to repeat?
Thanks
Regards
Code
====
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEADTITLE id=ridTitleEsprit/TITLE
META http-equiv=Content-Type content="text/html; charset=windows-1252"
STYLE
BODY {
background: url("C:/MyImage.jpg") no-repeat;
FONT-SIZE: 10pt;
FONT-FAMILY: Century Gothic;
BACKGROUND-COLOR: #ffffff
}
/STYLE
META content="MSHTML 6.00.2800.1106" name=GENERATOR/HEAD
BODY
/BODY
/HTML
|