Forum Moderators: not2easy

Message Too Old, No Replies

Create header/footer on multiple-page HTML report?

         

sbt1

5:36 pm on Feb 17, 2005 (gmt 0)

10+ Year Member



I have an app which generates line-by-line reports in HTML. The main deficiency is, it only generates a heading (column names) on the first page (hence only on the first page when it prints).

Is it possible to use CSS to instruct the browser to display headings on pages, as they are printed?

DrDoc

8:36 pm on Feb 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That's what <thead> and <tfoot> is for :)
That being said... they don't work as expected :(

sbt1

7:48 pm on Feb 18, 2005 (gmt 0)

10+ Year Member



Why, what happens (or doesn't happen)? You'd think this would be a common application, thus there'd be a way to make it work consistently.