[css-d] Hiding table footer in some pages

2005-10-12 Thread pankaj singla
Is there any way to control the printiing of footer in table to last page only. I am using footer to print the Sum of each column in the last line. I am using display:table for the table. But while IE is only showing the footer on last page, Mozilla shows footer on each page. Thanks

[css-d] Avoid Row splitting on two pages in IE

2005-10-12 Thread pankaj singla
Hi, If I am using IE, my last row in a table gets split on two pages. But mozilla is showing right i.e. not splitting the row. How to avoid row splitting in IE. Thanks __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.y

[css-d] Some print problems with tables (row splitting, controlling footer placement, page-break)

2005-10-11 Thread pankaj singla
Hi, I am having these problems while printing my jsp pages. 1) First I have put name, authorization, dat and signature in a table. But I don't want this table to break. So, everything should print on one page only and if there is not enough space, everything should move to next page. I