Hi, I changed the background and it's all ok but I want the image in all the page.
I change "no-repeat" for "repeat" but don't work: (in style1.css)
body {
background-image: url(../../images/bg_desktop.jpg);
background-repeat: repeat;
background-position: center top;
}
Thanks a lot.