K
Kashif Izhar
I have below html code which was working fine in outlook express for
stationary but in outlook 2003, background picture tends to tile itself
regardless of the background-position: bottom right; & background-repeat:
no-repeat; tags i have used in my code.
Someone plese help...
<HTML>
<HEAD>
<meta http-equiv="Content-Language" content="en-us">
<STYLE>
BODY {
font-family: Tahoma;
font-size: 10pt;
color: #67187a;
background-position: bottom right;
background-repeat: no-repeat;
}
</STYLE>
</HEAD>
<BODY background="Life.jpg" text="#800000" style="background-attachment:
fixed">
<BODY bgcolor="ffebff" text="#800000" style="background-attachment: fixed">
</BODY>
</HTML>
stationary but in outlook 2003, background picture tends to tile itself
regardless of the background-position: bottom right; & background-repeat:
no-repeat; tags i have used in my code.
Someone plese help...
<HTML>
<HEAD>
<meta http-equiv="Content-Language" content="en-us">
<STYLE>
BODY {
font-family: Tahoma;
font-size: 10pt;
color: #67187a;
background-position: bottom right;
background-repeat: no-repeat;
}
</STYLE>
</HEAD>
<BODY background="Life.jpg" text="#800000" style="background-attachment:
fixed">
<BODY bgcolor="ffebff" text="#800000" style="background-attachment: fixed">
</BODY>
</HTML>