Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/07/2014, 03:22
nicoarcay
 
Fecha de Ingreso: julio-2014
Mensajes: 1
Antigüedad: 9 años, 9 meses
Puntos: 0
mail con html5

Buenas noches, necesito una ayuda ya que estoy armando un newsletter con una foto que la he dividido en varias partes, utilice PhotoShop para editar y exportar la pagina, y cada parte la direccione a una pagina determinada. El problema surge cuando inserto dicho código en el cuerpo del mensaje. Lo probé en Gmail y en Sendblaster, y me aparecen espacios en blanco en todas los cortes de la imagen. Pero en el navegador, viendolo como pagina web, se ve perfecto. Ya he probado con HTML y HTML5
Pego el codigo a ver si me pueden ayudar.

Código HTML:
<body>
<div id="columna1" style="width:720px; text-align:center">
			<img src="http://www.ingenioconsultora.com.ar/hotelpotrero.sanluis/imagenes/hotel_01.jpg" width="720" height="352" alt=""></div>
<div id="columna2" style="float:left; width:398px;">
		  <img src="http://www.ingenioconsultora.com.ar/hotelpotrero.sanluis/imagenes/hotel_02.jpg" width="398" height="133" alt=""><img src="http://www.ingenioconsultora.com.ar/hotelpotrero.sanluis/imagenes/hotel_04.gif" width="398" height="133" alt=""></div>
<div id="columna3" style="margin-left:398px; width:322px;">
			<img src="http://www.ingenioconsultora.com.ar/hotelpotrero.sanluis/imagenes/hotel_03.jpg" width="322" height="266" alt=""></div>
		<div id="columna4" style="float:left; width:216px;">
		  <img src="http://www.ingenioconsultora.com.ar/hotelpotrero.sanluis/imagenes/hotel_05.gif" width="216" height="125" alt=""></div>
		<div id="columna5" style="margin-left:216px; width:504px">
			<img src="http://www.ingenioconsultora.com.ar/hotelpotrero.sanluis/imagenes/hotel_06.gif" width="504" height="125" alt=""></div>
</body>