Tema: Email html
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/02/2014, 22:15
mktalternativa
 
Fecha de Ingreso: enero-2012
Mensajes: 224
Antigüedad: 12 años, 3 meses
Puntos: 1
Email html

Hola tengo un problema con este codigo html que mando por email cuando lo abro desde gmail
No me reconoce todo el ancho del div contenedor central queria saber que tengo que corregir o que me recomiendan mejorar gracias


Código:
<html >
  <head>
    
  </head>
  <body>
<span style='height: 1108px; width: 978px; position: absolute; border: 1px solid #999;'>
		<span  style='height: 800px; width: 960px; position: absolute; left: 9px; top: 9px;'>
        		<a href="url" target="_blank" style='text-decoration: none;'><img src="url image" style='border: none;' /></a>
        </span>
        
        <span style='height: 165px; width: 475px; position: absolute; left: 9px; top: 819px;'>
        		<img src="url image" style='border: none;' /></span>
        
        <span  style='height: 165px; width: 475px; position: absolute; right: 9px; top: 819px;'>
        		<img src="url image" style='border: none;' /></span>
        
        <span  style='height: 55px; width: 960px; position: absolute; left: 9px; top: 994px;'>
        		<a href="url " target="_blank" style="text-decoration: none;"><img src="url image" style='border: none;' /></a>
        </span>
        
        <span style='height: 40px; width: 380px; position: absolute; left: 9px; top: 1059px;'>
        		<img src="url image" style='border: none;' /></span>
        
        <span  style="height: 40px; width: 280px; position: absolute; left: 399px; top: 1059px;">
        		<a href="https://www.facebook.com/" target="_blank" style="text-decoration: none;"><img src="url image" style="border: none;" /></a>
        </span>
        
        <span  style='height: 40px; width: 280px; position: absolute; left: 689px; top: 1059px;'>
        		<a href="https://twitter.com/s" target="_blank" style='text-decoration: none;'><img src="url imagen" style='border: none;' /></a>
        </span>

</span>
 [CONTENT]
</body>
</html>