Allora il codice è così:
Se lo vuoi per tutte le pagine naturalmente devi inserirlo in un file con estensione CSS (per esempio style.css) e poi richiamarlo in ogni file che ha il tuo sito mettendo nel tag <head></head> questa stringa:codice:body { background-image:url(image/finale.bmp); background-repeat:repeat; }
Cosa usi per fare le pagine del sito?codice:<link href="style.css" rel="stylesheet" type="text/css">