shiny not finding image on shinyapps.io server

Newbie question about a shiny app that works fine on my PC, in particular it finds and displays an image in www folder, no problem - I've successfully loaded the app on the shinyapps.io server (with www folder containing image) . App works fine on server when I comment out the HTML line calling the image, which is:

HTML('

<img src="Sign2.jpg" alt="Cant find Sign3"

') # THis line works fine on PC!!

So when I "activate" this line for server I get the "Cant find Sign3" message - For img src I tried variants of /Sign2.jpg, etc - but I'm not a fan of trying things at random !! Nothing worked -
Many thanks for any help.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.