Select to view content in your preferred language

Adding a logo to Survey123?

1476
2
07-21-2020 01:45 PM
JoseBarrios1
Occasional Contributor III

Hello everyone,

I am having a hard time adding a logo to my Survey123 app. I created a note type and added a img.png image to my media::image. This approach works however the image always react to user (by open a large image) when the user touch the logo. The second approach was to add the image as label (or hint) using "<center><img src="https://fws.maps.arcgis.com/sharing/rest/content.....". </center>. This work great, however the image do not resize with changes on the type of device  or <center> on the app. Does anyone have a suggestion on how I can do this?

Thanks!

JB

0 Kudos
2 Replies
JamesTedrick
Esri Esteemed Contributor

Hi Jose,

<center> is no longer valid HTML, which might explain part of the issue.  What are you using for width/height attributes?

0 Kudos
JoseBarrios1
Occasional Contributor III

Hi James, 

Thanks for your quick response!. I setup the width to 320 (no height). The image always get aligned to the left. Here is what I have on the label (or hint) field: 

<p><img src="https://fws.maps.arcgis.com/sharing/rest/content/items/ae7e08773fbc46fba2dbf5113cd3573f/data" width="320"></p>

Thanks,

JB

0 Kudos