WhenToWork does not currently have a way to add photos for employees 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 company web site. Right click the photo to get the exact url web address
of the photo.
In the Edit Employee 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.