Stationary: Background Picture without tiling

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>
 

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