2
I’m trying to put an image and a text on the side, but I’m not getting it. The text is under the photo or I can put the first sentence of the text on the same level as the top of the image on the left.
I tried to use the display:block
, to a certain extent it works, because it’s on the side of the image, but it looks like a column.
Does not look like the image above, with the text under the photo.
<div>
<img width="186" height="186" />
Lorem Ipsum é simplesmente uma simulação de texto da indústria tipográfica e de impressos, e vem sendo utilizado desde o século XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos. Lorem Ipsum sobreviveu não só a cinco séculos, como também ao salto para a editoração eletrônica, permanecendo essencialmente inalterado. Se popularizou na década de 60, quando a Letraset lançou decalques contendo passagens de Lorem Ipsum, e mais recentemente quando passou a ser integrado a softwares de editoração eletrônica como Aldus PageMaker.
</div>
My structure is the same as the one above. The image has 186px wide.
No CSS, only HTML I thought worked.
Example:
That’s right. But no
table
, for God’s sake. Rsrs. But I think I’ve got it here...– Diego Souza