How to add Creatives below the app description?
I upload it but I can only see text in my description
Hi,
You can added in your item description HTML or Markdown, images etc.
hope you understand.
Thanks!
1 Like
Hi
you can use html tag for those as like for your item features you used: Features:
instead you can use:
<h2>Features</h2>
So, you can use html tag for your creative design as 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.
Thanks
1 Like