Lisa Schulteis said
1 year, 5 months ago: @donpurdum – Ok, you’re going to love this. I looked at the page in Chrome, FF and IE.
In Chrome, everything looks great!
In IE, I can see all of the text but not the photo
In FF, the whole page flashed on, but then disappeared and now I can only see a white page
Looking at the icon for your welcome page, I assume you are using the Iframe Static HTML app. So my guess would be that your image is not hosted on a secure server and that is messing up the code (but does not explain why I can see it on Chrome)
Check your code in that app. If the src code for the image does not start with https:// you need to move it to a secure server.
Does that help?