codigo html para insertar imagen de fondo
< html > < head > < title > Fondo de prueba </ title > </ head > < body background = " fondo1.jpg " bgcolor = " FFCECB " > < table width = " 550 " bgcolor = FFCECB align = center > < tr > < td > < h1 style = " color:000000 " > Probando... </ h1 > < br > Este texto se lee bien porque tiene un fondo plano. < br > </ td > </ tr > </ table > </ body > </ html >