- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I need to upload files to my assets folder to get a webgl app to work on my website. I'm following this guide: https://forum.unity3d.com/threads/solved-how-to-upload-a-webgl-game-and-embed-it-into-a-weebly-page....
I'm also referring to this information: https://community.weebly.com/t5/Site-Editor/Filepath-of-Site-s-Assets/td-p/27800
That isn't working, and I can't find the problem, so to remove some of the confounding variables I thought I'd start with just uploading a simple image to the assets folder and accessing it via the Embed Code element on my website. I've put the following test html on my site to see if it's working:
<!DOCTYPE html> <html> <body> <h1>Foo</h1> <img src="/files/theme/test.jpg"></img> <h3>Bar</h3> </body> </html>
In preview mode, the text headings show up, but the image just shows a broken image link. Any idea what I'm doing wrong? I imagine it's something very simple, but I can't find any information on it.
EDIT: I have also tried viewing the page after publishing it, and that makes no difference. The image link is still broken.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page