Hola.
este es mi css que uso para enviar un email: para cualquier cliente se forma
una especie de pagina con cabecera, pie de pagina con 3 columnas entre las
dos, pero el outlook 2007 los divs no se ubican como deberian. se colocan
uno debajo del otro. alguien tiene idea de pq?
y no puedo usar una tabla.
gracias
body
{
padding: 0;
margin:0px auto;
width: 673px;
text-align: center;
}
#contenedor{
margin:0px;
width:673px;
height:604px;
}
#cabeza{
margin:0px;
height:116px;
width:673px;
float:left;
}
#globala
{
margin:0px;
width:88px;
height:351px;
float:left;
}
#globalb
{
margin:0px;
width:506px;
height:351px;
background-color: #cfcfcf ;
float:left ;
font-family: Arial;
font-size: 13px;
text-align: left;
}
#texto
{
margin:0px;
width:500px;
height:345px;
float:left ;
font-family: Arial;
font-size: 13px;
text-align: left;
}
#globalc
{
margin:0px;
width:79px;
height:351px;
float:left
}
}
#pie{
margin:0px;
width:673px;
height:137px;
float:left;
}
img{border:0px;}
Leer las respuestas