need a code please

I have something I want to make a background image of and I only want it to show once and not repeat-is there a code to make it just apeear in the background once?<br />
<br />
Thanks<br />
MM<!--content-->you can do it in a stlyesheet....<br />
<br />
body { <br />
background-repeat: no-repeat; }<br />
<br />
check for browser cross compatibility issues.<!--content-->
 
Back
Top