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