peterb1985
MIS
I use this very simple html page as an email template, that displays my logo at the top of the email where it cannot be deleted. When i send emails to certain people the image is repeated across the entire email even though i have repeat set to no. Someone also told my that it happens on office 2000 but not on office xp (i don't know if this is true).
What am i doing wrong? Can it be fixed?
<html>
<head>
<style type="text/css">
<!--
body {background-image:url(logo.gif);
background-position:top left;
background-repeat:no-repeat};}
-->
</style>
<title></title></head>
<body>
</body>
</html>
Cheers
Pete
If it ain't broke, don't fix it!
What am i doing wrong? Can it be fixed?
<html>
<head>
<style type="text/css">
<!--
body {background-image:url(logo.gif);
background-position:top left;
background-repeat:no-repeat};}
-->
</style>
<title></title></head>
<body>
</body>
</html>
Cheers
Pete
If it ain't broke, don't fix it!