G
Guest
I keep a lab notebook in HTML format on my computer, where each day is
essentially a seperate HTML file. The pages share a consistent layout and a
number of common elements (e.g. title and links to adjacent days).
Is there any way to set up the "site" such that the layout and common
elements are defined in one place (e.g. a single HTML file) and reused in
each day's file, both to reduce the amount of HTML I need to write and to
allow changing of the page layout without having to rewrite hundreds of
pages? I already use CSS to maintain consistent and easily modifiable fonts,
colors, etc.
essentially a seperate HTML file. The pages share a consistent layout and a
number of common elements (e.g. title and links to adjacent days).
Is there any way to set up the "site" such that the layout and common
elements are defined in one place (e.g. a single HTML file) and reused in
each day's file, both to reduce the amount of HTML I need to write and to
allow changing of the page layout without having to rewrite hundreds of
pages? I already use CSS to maintain consistent and easily modifiable fonts,
colors, etc.