background help please

i want to set a picture as my background but i dont want it to be on there multiple times...i just want the picture to be on there once in the middle does any one know the code to do that?<!--content-->Hi! <br />
<br />
You need to add a CSS snippet in your <head> (or in your CSS file):<br />
<br />
<br />
<style type="text/css"><br />
<!--<br />
body {<br />
background-image: url('your_background.jpg');<br />
background-repeat: no-repeat;<br />
background-attachment: fixed;<br />
background-position: center;<br />
}<br />
--><br />
</style><br />
<br />
<br />
Good luck!<!--content-->
 
Back
Top