On Tue, 22 Feb 2005 11:41:31 -0500, George Georgalis <[EMAIL PROTECTED]> wrote: > Goal, develop documentation model that will easily port to SGML. > Requirements, standard technical report type formatting, outline type > formatting, with lots of tables. > > Sounds like standard html (table header, and column identifiers on top > of each table). But there is a catch, the documents will be printed > and on each printed page should appear the table header and column > labels. Is there a css (media=print) tag that will put Table header and > col identifiers on each page, like below? Any templates for this? >
I'm not exactly sure what you're looking for, but will defining <THEAD>, <TH>, <TFOOT> using CSS do what you want? PGA -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
