inline image not staying inline


Can you please provide a website link for us to look at? It is difficult to provide a recommendation without something concrete to review.

Thank you!

Here you go. https://www.vavanya.co.za/about/ but any page I try produces the same results.

In general text will wrap around an image. Did you insert the image using the Add Media function in the editor? Is your image in the Media Library of your site? That should work for you. The resulting code I would want is something like this: <img src="picture.png" alt="some text" style="width: 50px; height: 50px; float: right;"> Also place your image code at the beginning of the paragraph; not the beginning of the paragraph title/header.

Hope this helps.

Thanks I understand what you are saying but maybe I should be more specific.
I am not trying to wrap text around an image.
I need to place an image in a sentence for example.

In HTML if I type
Hello world <img src="picture.png" alt="some text" style="width: 50px; height: 50px" how are you>
Then I will get

Hello world {picture.png} how are you

In wordpress if I type
Hello world <img src="picture.png" alt="some text" style="width: 50px; height: 50px" how are you>
Then I will get

Hello world
{picture.png}
how are you

This is why I cannot understand why this is happening.

  • This reply was modified 23 hours, 51 minutes ago by fernandesg.
  • This reply was modified 23 hours, 25 minutes ago by fernandesg.



Source link