On Wed, Feb 23, 2005 at 07:16:08PM -0800, Paul G. Allen wrote: >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?
tried em (not extensively), TFOOT has the interesting property of putting text above the table (default). CAPTION + TH are nice table tags though. basically gave up, people will have to remember what the columns are for from page to page.... // George -- George Georgalis, systems architect, administrator Linux BSD IXOYE http://galis.org/george/ cell:646-331-2027 mailto:[EMAIL PROTECTED] -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
