Copy link to clipboard
Copied
I created an animated banner ad for a client. Now I would like to share it with them for them to review. I tried packaging the .html file and the Images folder in a new folder but as soon as I move it from its original location, it stops working. From what little I know about html, I would have thought that it would continue to work as long as the files' relative location remained the same but clearly this isn't the case. Is there something in the code that I can adjust so that it will work?
Oops! I forgot to include the .js file. That's all it was. My assumption was correct.
Copy link to clipboard
Copied
publish your files to a new directory. send all those files.
Copy link to clipboard
Copied
Oops! I forgot to include the .js file. That's all it was. My assumption was correct.
Copy link to clipboard
Copied
glad it's sorted.
Copy link to clipboard
Copied
Also, you can upload the exported folder to a frontEnd hosting like https://www.netlify.com
*NOTE:
In case you use Netlify, you should name the HTML file "index.html" and include all the exported files in
Copy link to clipboard
Copied
Thanks! I will try this.