Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/08/2011, 13:12
chris_reborn
 
Fecha de Ingreso: agosto-2011
Mensajes: 2
Antigüedad: 12 años, 8 meses
Puntos: 0
problema con alineamiento de imagenes!

Hola gente, estoy teniendo este problema que me rompe la cabeza!!!
Soy nuevo por aca como usuario, pero siempre leo los tutos y preguntas de otros asi no pregunto, pero esta vez me gano jajajaja

lo que quiero es tener varias imagenes asi:



y me quedan asi:








CSS


a:link{
color: #660000;
text-decoration: underline;
}
a:visited{
color: #999999;
text-decoration: none;
}
a:hover{
color: #FF0000;
text-decoration: underline;
}


img.left{
border: none;
margin: 0px;
float: left;
}

img.right{
border: none;
margin: 0px;
}







HTML

<?xml version="1.0" encoding="UTF-8"?>


<text_main>

<options

image="contact/images/contact_image.jpg"
imageBackgroundColor="0xFFFFFF"
></options>
<style_sheet Css="contact/text_css.css"></style_sheet>

<text_item>

<text_body>
<![CDATA[<font color="#333333">Telefono:</font> <font color="#000000">+11111111111</font>
<font color="#333333">Celular:</font> <font color="#000000">+11111111111</font>
<font color="#333333">Email:</font> <font color="#000000">[email protected]</font>
<font color="#333333">ffsdfsdfadfas</font>

<a href="left" target="_blank" class="left"><img alt="" src="imagegallery/social/facebook.png" border="0" ></a>
<a href="right" target="_blank" class="right"><img alt="" src="imagegallery/social/facebook.png" border="0" /></a>

</a>]]> </text_body>

</text_item>


</text_main>