How to add an image beside text?

I am newbie with markdown. Previously i used WYSIWYG HTML Editor.
How to insert an image between / beside a text?

For example:
image

@arifpedia So this is really a matter of CSS and using floats, which you can find out more about here:

https://www.w3schools.com/css/css_float.asp

If you are curious about the markdown syntax for images, here’s an example. It’s similar to the syntax used for a normal link but with the addition of !:

 ![Here is the alt text for the image](/path/to/my/image.jpg)

Since this is largely a question of CSS rather than anything Hugo related, I’ll be closing this thread. Thanks!

1 Like