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 4 years, 6 months ago by fernandesg.
-
This reply was modified 4 years, 6 months ago by fernandesg.