Automatically
Replaced by your Content .html files.
index.html
is the homepage skeleton (structure) where javascript
control file
works based on 'identifiers'.
Some Website adjustments can be coded at javascript
setup file, read it for details.
Avoid editing this file. Edit only setup values at javascript
setup file, they are many already :).
The Menu Areas, Bottom Areas and this Content Area table cells will be
overwritten by
Bottom and Menu config at setup file and your Content .html files, see WebTemCo.txt
for details.
Data to feed 'content area'
are temporarily stored into
a hidden IFrame (visible if debug mode is enabled).
When 'data'
is
copyed from IFrame to the tag where id="WTCidAreaContent", also
the
<body> 'style' will
be copyed to that tag. It seems good to have at least this at Content
html files: <body style="width:
100%; height: 100%; vertical-align:
top;">
These styles are the background color, width, height, alignment etc.
If you want,
you
can enclose the
data to be displayed from Content html file, in this
tag: <div
id="WTCdivData">...</div> So only what
is
inside that div tag will be shown at index.html Content Area.