how to upload promotional image in item description section

Hello, I am a newbie here so I don’t know to upload a promotional image in the item description section.
I tried FTP but didn’t work so can you please let me know how do I do that.
thank you

1 Like

Promotional image upload your server then paste that image link at item description hope works fine.

1 Like

To add images/screenshots In product description you have to first upload those images in the web as like in your webhost server. Then use img tag to show the image as like:

<img src="WEB-URL-OF-THE-IMAGE" alt="image" />

Just replace WEB-URL-OF-THE-IMAGE with your image url and put the code into your product Description.

2 Likes