Bueno, ya lo he conseguido, muchas gracias por tu ayuda, aqui te paso el código pa que le eches un vistazo.
Gracias
Salu2
ByE
<script>
if (screen.width == 800)
{
document.write("<body background='images/fondo.jpg'>")
}
else
{
if (screen.width == 1024)
{
document.write("<body background='images/fondo celeste.gif'>")
}
}
</script>
<html>
<body>
<p align="left">
<font color="#FF0000" face="Comic Sans MS" size="2">Aprendiz
de todo y maestro de nada[/CODE]</p>
</body>
</html>