Hello I've been given a image graphic and I've been told Can anyone explain how to do this please? thanks Mally
You set the image in the background and repeat across. Using the body element for the example: body { background: white url(some.jpg) repeat-x; } Code (markup): With more specific info, the answer can be more specific. cheers, gary
Building on what Gary said: To repeat a background across the page: repeat-x To repeat a background down the page: repeat-y To only put the background once: no-repeat