I have to print a dynamicly created HTML page (ASP.NET). The HTML page
includes a table. The size (cols and rows) depends on the number of
fields/records in the database. Now I want to print the whole table and a
header on the top of each page. How can I place a header which exists the
names of the columns on every page with CSS?
Thanks for any help
Harald