G Guest Oct 15, 2007 #1 My background picture keeps repeating on the page and I don't know how to set it up so it appears only once. Can anyone help.
My background picture keeps repeating on the page and I don't know how to set it up so it appears only once. Can anyone help.
M Murray Oct 15, 2007 #2 Use CSS - body { background-repeat:no-repeat; } (assuming it's a background image on the <body> tag)