Connecting Tech Pros Worldwide Forums | Help | Site Map

FireFox - Printing Table contents in excess of two page

Newbie
 
Join Date: Nov 2007
Posts: 1
#1: Nov 23 '07
Firefox 2.0.2 cuts off the bottom of the table, if the table contains contents in excess of one page in length. I would like to fix this issue as early as possible. Any help or code snippets would be greatly appreicated.

Expert
 
Join Date: Aug 2007
Location: UK
Posts: 153
#2: Nov 24 '07

re: FireFox - Printing Table contents in excess of two page


Quote:

Originally Posted by Gopal123

Firefox 2.0.2 cuts off the bottom of the table, if the table contains contents in excess of one page in length. I would like to fix this issue as early as possible. Any help or code snippets would be greatly appreicated.

Hi,

Unfortunately this is a known issue with Firefox, tables longer than a single printed page are truncated.

The only way that I am aware of to circumvent this is to split long tables into multiple, shorter tables to avoid the problem.
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,577
#3: Nov 24 '07

re: FireFox - Printing Table contents in excess of two page


Is the table floated? If so:
table{floated:none !important}

iirc. I don't recall if this bug has been fixed.
Reply


Similar HTML / CSS bytes