no tile background

Is there a way to keep a background image from tiling?<!--content-->if you want to do that, then just replace your backround with a picture instead.;)<!--content-->CSS:<br />
<br />
what element is it? Here's a div example<br />
<br />
<div style="background-image: url(back.gif); background-repeat: no-repeat; background-position: center;">hello</div><!--content-->It's in the body tag.<!--content-->add this to your body tag<br />
<br />
bgproperties="norepeat"<br />
<br />
Or what daveSW said<!--content-->
 
Back
Top