Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/10/2012, 23:56
falmar
 
Fecha de Ingreso: abril-2007
Mensajes: 89
Antigüedad: 17 años
Puntos: 2
Respuesta: Alinear imagen con texto

Intento alinear la imagen con texto pero me baja el texto y no se alinea con la imagen.

codigo:

<section id="rectangulo-izquierda">
<article id="1">
<img src="b1.jpg" width="75" height="82">
<P>adfdsafsdafsdafsdaf</P>
</article>
</section>

CSS

section#rectangulo-izquierda {
height: 300px;
width:480px;
background-color:#00F;
display:inline-block;
}



Gracias

Un saludo