MadCatter101
Programmer
Ok. question. How do I get one HTML file to read code from a different file? For example, I want to set up a file (template.html) that will include basic page layout for a site that'll have ~60 pages. I want to be able to have each of those pages call up information from template.html so that I can alter the layouts of these pages by changing ONE file, rather than 60. Layout is with CSS, if that means anything. I DONT want to use anything other than HTML or CSS (e.g. Perl, CGI, Java, Javascript, PHP...), since I know incredibly little of any of these.
In essence, I want to read the contents of one HTML file from another.
Can it be done?
MadCatter101
In essence, I want to read the contents of one HTML file from another.
Can it be done?
MadCatter101