Quote (labatymo @ Aug 15 2013 09:23am)
Are you trying to do something like this?]
I believe your code is getting pretty close, but isn't quite what I'm looking for.
Let me go ahead and give a few more details.
I have created an HTML template with internal CSS, we'll call it template.html.
I want to collect data using forms on a separate webpage, getdata.html
Afterwards, I want to amend certain elements in template.html with the data collected from getdata.html
Finally, I want to save the amended template.html using a new file name such as amendedtemplate.html
Essentially, with very little technical knowledge, the end-user should be able to fill out a few forms such as..
Code
<p>New Webpage Name <input type="text" name="pagename"></p>
<p>Img URL 1 <input type="text" name="imageone"></p>
<p>Img URL 2 <input type="text" name="imagetwo"></p>
After all is said and done and the information gets handed to as many pages as necessary the final product will be a new webpage that looks exactly like template.html except it will have a new name and different images.
Hopefully this makes sense.
I know it's not the simplest of requests, hence why I'm looking for some advice.
That being said, thank you labatymo for your response/help.
This post was edited by grievance on Aug 15 2013 09:56am