Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/12/2011, 08:33
huawei95
 
Fecha de Ingreso: julio-2011
Mensajes: 30
Antigüedad: 12 años, 9 meses
Puntos: 0
Respuesta: Redireccionar a version mobile

y para instalarlo en mi pagina html que hago, me lo bajo por ejemplo en php y lo subo al servidor y ya esta o debo de agregar alguna linea a mi html y modificar algun parametro del plugin?? os dejo mi codigo de mi index.html para que veis el codigo
Código HTML:
Ver original
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <meta name="Generator" content="0000">
  5. <meta http-equiv='X-UA-Compatible' content='IE=EmulateIE8' ><title>Home</title>
  6. <meta name="keywords" content="Titutlo Web">
  7. <meta name="description" content="Tirtulo">
  8. <meta name="robots" content="index,follow">
  9. <style type="text/css">
  10. body {margin: 0px; padding: 0px;}
  11. </head>
  12.  
  13. <body text="#000000" style="background-color:#03acef; text-align:center; height:1519px;">
  14. <div style="background-color:transparent;text-align:left;margin-left:auto;margin-right:auto;position:relative;width:1200px;height:1519px;">
  15. <div style="position:absolute;left:114px;top:30px;width:1000px;height:1443px; text-align:left;">
  16.     <iframe src="www.google.es" frameborder="0" width="1000px" height="1445px border="0" scrolling="no"></iframe>
  17.     <div align="center">
  18.     </div>
  19.    
  20. </div>
  21. <a href="www.google.es"  target="_parent"><img src="wpimages/wp5533b116.gif" width="163" height="43" border="0" alt="" style="position:absolute;left:593px;top:128px;"></a>
  22. </div>
  23. </body>
  24. </html>

Última edición por huawei95; 01/12/2011 a las 08:42