Hello,
I want to center a background image. There is no div used, this is the
css style
body{
background-position:center;
background-image:url(../images/images2.jpg) no-repeat;
}
The above
CSS tiles all over and does center it, but half the image is not seen, it just kind
…