I’m using a RW HTML page. I want to show a graphic as a button. This is the script
<a href="https://www.myhome.com">
<img src="files/orderbtn.gif" alt="Purchase" >
</a>
But the image won’t load. When I open the page source in Safari I see this error
“Not allowed to load local resource: file:///files/orderbtn.gif”
There are many graphics in the same folder (files/) that were uploaded by RW Styled Text pages, and they of course are displayed.
What is RW doing that I’m not to get the image to load? This is a secure page, btw.
Thanks.