Can't load local image

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.

If you put a forward slash before “files” it should work. I.e.

<img src="/files/orderbtn.gif" alt="Purchase" >

Thanks, but that doesn’t work, either. Nor does the full URL.

Without a URL it’s hard to say.

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