How do i make my background image in full page..not in tile. http://juicingjuice.com/ hope you can help me.. thanks in advance
I think it is because in you style.css there is repeat-x: body { background: url("images/body.png") repeat-x scroll 0 0 #DCE4A8; } and if you drop the repeat-x it will only be 1 img as far as i know
Current image size is 619x970 px. If you want to make it full page then make a new background image with bigger size.
@xxbertxx idd, but like karthimx is saying, you'll need a larger image to fill your background, if you want the image to fill over the whole screen.