Repetitive HTML

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.
 
T

Tina Clarke

SomeGuy said:
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.


http://frontpage-ebooks.com/dwt-ebook.htm

This might help!

Tina

--
http://any-expression.com/
Getting Started with Expression Web Tutorials
* PEO - General Tab
* PEO - CSS Tab
* PEO - Code Formatting Tab
* PEO - IntelliSense Tab
Optimise HTML - currently in Any Expression Ezine
http://tech.groups.yahoo.com/group/any-expression
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top