How to add images among text description

I posted an item on codecanyon but I dont know how to add images among the text description, all the images i uploaded didnt show

Hi

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.

Thanks