Pego el codigo a ver si ven que cosa no es compatible.
Código:
<html> <head><title>WEB</title> <style> p.normal{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:"#000000"; text-align:left; text-indent:15px;} </style> </head> <body style="padding:0; margin:0; background-image:url('bg.png'); height:100%;"> <p class="normal">Splashscreen de la Web<a href="/site">Entrar al sitio</a></p> <img src="mainimg.png" style="display:block; margin:0 auto; height:100%;"> </body> </html>