Click to See Complete Forum and Search --> : how do you center a background image?


warpedmonkey
01-30-2003, 03:39 PM
i tried what you guys posted but it didnt work?

can you try again to help me out

meow
01-30-2003, 07:15 PM
Don't know what didn't work for you but here goes (assuming you don't want it to tile either).


<style type="text/css">
body { background: url(pic.gif) no-repeat center }
*/or any selector*/
</style>


http://www.w3.org/TR/REC-CSS2/colors.html#q2