Select to view content in your preferred language

Adding Icons to ArcGIS Online 'About' section

678
1
03-05-2020 06:41 AM
Lebowski
Frequent Contributor

I have made instructions for an ArcGIS online application I built that are contained in the 'About' section. Does anyone know if it is possible to add Icons/Screenshots in the 'About' section? I think I tried this previously but had no luck.

Thanks

Tags (2)
0 Kudos
1 Reply
Katie_Clark
MVP Alum

I was actually just doing this myself yesterday! Yes, you can add images to the widget content through the HTML text editor (see screenshot)

You can use the <img> tag to add the image to your widget content. If you're new to HTML, you can read more about it on W3 Schools website here.

Here is an example of the format from a widget I configured:

<img alt="Widget Icon" height="50" src="http://angler.maps.arcgis.com/sharing/rest/content/items/2f6de3e17c60448380faa9c375e01905/data" width="50" />

To use your own screenshots, you will need to add them to your content or some other image hosting service to be able to get a URL.

Hope that helps! 

Best,
Katie

If this answer helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!
0 Kudos