I'd like the second line of the text above to be in line with the first, as if they're in a paragraph
<img src="123.jpg"/>
Acquisto sicuro, pagamento in contanti alla consegna
I've tried to wrap the text in <p>
but it breaks the line before the image. Also tried with <span>
with both the text-only and the text+image, also with all possible attributes of the display
(block
, inline
, ecc...) property. Still same result.
How do you do this?