Help with html-based site
Hi
I have a problem and would love some help!
I'm creating a site that displays pictures and an excel file. Both the picture and file have the same name and are located in a folder. So the html is calling on them both and then displaying on the site. To access the site you simply press the .html file.
All of it is written in HTML and CSS and it's located offline on a computer so we are a few people with access. Now to the problem. To add more pictures or to remove pics you have to edit the html-file code. And that is really difficult for some people. I need an easy way to add more images and files that will be displayed.
I have no server to work with. I know it would be much easier in PHP and store everything on a server but no. So if you have a solution for adding more pictures to the html without doing it in the code, maybe by a simple form. Please let me know!!