Picture placing question

How to place a picture next to the text? I don’t like a picture above the text but I can’t find the script to make it can someone tell me how to do it? I use html

I cannot imagine how it is. Image as background or anything else you mean?

text
Text
Text
Text (image)
Text
Text
Text

<p>Text line 1</p>    
<span style="display:flex;">
    <p>Text line 2</p>
    <img src="https://via.placeholder.com/150" />
</span>
<p>Text line 3</p>

Code output at https://codepen.io/Niekon/pen/ZEYqqQL

5 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.