Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/04/2010, 15:29
pepeluis1
 
Fecha de Ingreso: abril-2010
Ubicación: Colombia
Mensajes: 229
Antigüedad: 14 años
Puntos: 2
Respuesta: Alinear imagenes horizontalmente

podrias ponerlas en una layer y luego en una tabla ..

<div id="apDiv1">
<table width="100%" border="0">
<tr>
<td><img src="imagen1.jpg" align="left"></td>
<td><img src="imagen2.jpg" align="left"></td>
<td><img src="imagen3.jpg" align="left"></td>
</tr>
</table>


</div>