Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/05/2015, 16:57
Avatar de fede5426
fede5426
 
Fecha de Ingreso: diciembre-2014
Ubicación: Córdoba
Mensajes: 446
Antigüedad: 9 años, 5 meses
Puntos: 208
Respuesta: al entrar en el dominio, que se abra un PDF automaticamente, sin home ni n

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3.    <head>
  4.       <style>
  5.            *{
  6.               margin:0;
  7.               padding:0;
  8.            }
  9.  
  10.              html,body{
  11.              width:100%;
  12.              height:100%;
  13.            }
  14.       </style>
  15.    </head>
  16.    <body>
  17.        <embed src="PDF/projecte-catala-nou-nata.pdf" width="100%" height="100%" />
  18.    </body>
  19. </html>

Probalo asi.