Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/01/2012, 12:55
veeeeck
 
Fecha de Ingreso: enero-2012
Mensajes: 35
Antigüedad: 12 años, 4 meses
Puntos: 2
Respuesta: Centrar web Internet Explorer

Lo tengo aqui te dejo todo el codigo de mi index.php
Código HTML:
Ver original
  1. <?php include "funciones.php"; ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5.    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.    
  7.     <head>
  8.         <title>Inicio</title>
  9.         <link rel="stylesheet" type="text/css" href="css/estilo.css" media="screen" />
  10.     </head>
  11.  
  12. <?php top(); ?>
  13.            
  14.          
  15.    
  16.  <div id="block">  
  17.    
  18.     <div id="wrap">
  19.        
  20.         <div id="header></div>
  21.  
  22.    
  23.         <div id="contentwrap">
  24.    
  25.             <div id="sidebar">
  26.          <div class="videoyt"><iframe width="340" height="203" src="http://www.youtube.com/embed/0Ww1934Z26A" frameborder="0" allowfullscreen></iframe> </div>
  27.  
  28.        
  29.             </div>
  30.        
  31.             <div id="content">
  32.    
  33.          
  34.             </div>
  35.    
  36.    
  37.         </div>
  38.    
  39.    </div>
  40.    
  41. </div>
  42. </body>
  43. </html>