Workaround Adding Helper Photo

WhenToHelp does not currently have a way to add photos for helpers, but you can display a photo that is posted on a remote web site. If the remote site where the photos are found is not a secure (https) site, you will receive a warning asking if you want to display non-secure graphics when the page is loaded.

Upload your photo to an online photo website such as http://picasaweb.google.com/ or to your organization's web site. Right click the photo to get the exact URL web address of the photo.

In the Edit Helper Comments field, type this html code for adding each photo replacing the word URL with your photo URL:

<img src='url'>

Ex. <img src='http://yourdomain.com/w2wrb1.gif'>

or <img src='https://yourdomain.com/w2wrb1.gif'>

Note the use of single quotation marks.