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
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:
<SPAN class="token tag"><SPAN class="token tag"><SPAN class="punctuation token"><</SPAN>img</SPAN> <SPAN class="attr-name token">alt</SPAN><SPAN class="attr-value token"><SPAN class="punctuation token">=</SPAN><SPAN class="punctuation token">"</SPAN>Widget Icon<SPAN class="punctuation token">"</SPAN></SPAN> <SPAN class="attr-name token">height</SPAN><SPAN class="attr-value token"><SPAN class="punctuation token">=</SPAN><SPAN class="punctuation token">"</SPAN>50<SPAN class="punctuation token">"</SPAN></SPAN> <SPAN class="attr-name token">src</SPAN><SPAN class="attr-value token"><SPAN class="punctuation token">=</SPAN><SPAN class="punctuation token">"</SPAN>http://angler.maps.arcgis.com/sharing/rest/content/items/2f6de3e17c60448380faa9c375e01905/data<SPAN class="punctuation token">"</SPAN></SPAN> <SPAN class="attr-name token">width</SPAN><SPAN class="attr-value token"><SPAN class="punctuation token">=</SPAN><SPAN class="punctuation token">"</SPAN>50<SPAN class="punctuation token">"</SPAN></SPAN> <SPAN class="punctuation token">/></SPAN></SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
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!
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.