Freeze pane for a web page

  • Thread starter Thread starter Chrissy
  • Start date Start date
C

Chrissy

I am trying to freeze a pane and then save as a web page.
I'm using excel 2000.

I have several worksheets with the top couple of rows
frozen. However, when saved as a web page it is unfrozen
and scrolls off of the page.

Any ideas would be appreciated.
 
Hi Chrissy,
I don't know if the browsers support this, but at least see if it
generates <TH> instead of <TD> within the top <TR>

Table Row, Table Header cell, Table Data cell

Evidently the <TH> can be done at the left side as well.
http://docs.rinet.ru:8083/EtoHTML/ch15.htm#TheTABLETag

The actual standards and examples can be found using site:w3.org
in your google web search.
www.w3.org/TR/REC-html40/struct/tables.html

When long tables are printed, the head and foot information may be
repeated on each page that contains table data. -- which I read as a
browser implementation not a standard.
 
Back
Top