Ver Mensaje Individual
  #8 (permalink)  
Antiguo 28/07/2011, 14:08
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Centrar tabla CSS urgent!

Correcto @andresdzphp, de todas maneras un par de sugerencias:

Pasar siempre un Doctype, IE no es adivino. Y principalmente simplificar el código, muchos divs y posicionamientos innecesarios.

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>promo_panda</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <style type="text/css">
  7. <!--
  8. body {
  9. text-align: center;
  10. background-color: #FFF;
  11. }
  12. #Tabla_01 {
  13. height: auto;
  14. width: 900px;
  15. text-align: center;
  16. margin: 0px auto;
  17. }
  18. img {
  19. display: block;
  20. margin: 0px;
  21. padding: 0px;
  22. border: none;
  23. }
  24. -->
  25. </head>
  26. <div id="Tabla_01">
  27. <img src="http://mlg.fastimport.cl/promos/images/panda_01.gif" width="900" height="83" alt="" />
  28. <img src="http://mlg.fastimport.cl/promos/images/panda_02.gif" width="900" height="234" alt="" />
  29. <img src="http://mlg.fastimport.cl/promos/images/panda_03.gif" width="900" height="367" alt="" />
  30. <img src="http://mlg.fastimport.cl/promos/images/panda_04.gif" width="900" height="304" alt="" />
  31. <br />
  32. Si no puede ver este mail por favor haga <a href="http://mlg.fastimport.cl/promos/panda.html">click aqu&iacute;</a>
  33. </div>
  34. </body>
  35. </html>
Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.