Logos in outlook express

N

neon neil

Hi

Im trying to create some personel stationery in oe 6 running xp
pro,the problem is when I put in my own logo and save it then re-open
the page the logo is tiled over the entire page. I cant seem to stop
this happening, is there a way to do it?

Cheers
Neil
 
N

neo [mvp outlook]

Yes, you have to use an inline cascade style sheet. Search www.google.com
for background-repeat no-repeat. Bad thing is that some of the first links
don't show the complete html file so you understand its structure. Here is
an example for you...

<html>
<head>
<style type="text/css">
<!--
body { background-attachment: fixed;
background-repeat: no-repeat ;
}
-->


</style>
</head>


<body BACKGROUND="The_Graphic.jpg">


<div>&nbsp;</div>
<div>&nbsp;</div>
</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