1
Hi! I’m having trouble setting up a grid with two images + HTML text (it’s for a blog post, so I need it to be HTML itself).
I need the image of the road to the left, with the photo of the sentence to the right, aligned from above (with a distance margin of 10px) and the text below (with the same margin).
But I can’t, when I assemble the HTML it’s aligning everything by the center and I can’t put the text down from the second image.
The HTML I used:
<table>
<tr>
<td align="right" widht="50%"><IMG SRC="https://static.tumblr.com/5effaa89329ee96ba67275cc51bb0be2/z1lgkb5/Lu8nwwpgi/tumblr_static_filename_640_v2.jpg" alt=“essa foto precisa ficar alinhada a esquerda“></td>
<td align=“left” widht="50%"><IMG SRC="https://i.pinimg.com/736x/ac/7c/b8/ac7cb8dc771754f451a2c404222cea0f--love-quotes-net.jpg" alt=“esse precisa ficar acima do texto“ width:"150px"></td> <BR>
<td widht="50%"> <mark style="background-color:black; color:white;">Work— </mark> preciso que este texto fique ao lado da imagem da estrada, com a imagem da frase acima dele. </td>
</tr>
</table>
To be clear, do you want two columns? The column on the left with the photo and the column on the right with a photo on top of text?
– Kyle A
@Getuliorafaelferreira now that you have clarified, I deleted the previous comments just to give an organized and I delete this here. Thanks for the return!
– Bacco
I may be saying nonsense, but from what I understand if you use grid in CSS should work
– vinicius