Lets say the above is my web page template.
I would give it to my coworkers, who would then add there content without touching the html command tags.
Then they would have to save the file with their added content as a .html file.
I would like to create a form for my coworkers to fill out.
Referencing to the above code example, this is what the form would look like:
Web Page Title:
Page Body Content:
The user would input their answers into a text box to the right of the Colon.
The form would also have a Submit button that the user would click once the user had completed entering all the fields.
The Submit button would insert what the user entered in the fields into the html coding tags, then it would save it as a new html document.
This way the user could make a web page using my template without knowing anything about html, and without ever seeing the html code.
I am so desperate to figure out how to make such a form, but I don’t know too much about making forms or how they work.
Thanks,
Andrew