Strange cell height in table when printing in chrome

I have the following html file.

= File is no longer available =

The problem starts when the page prints in chrome. Chrome randomly increases the height of some cells in the preview and printed file.

When you use Internet Explorer, everything prints as it should.

Try it yourself, open the file in chrome and press ctrl + p to see on page 4 on page 6 that one line is higher than the others.

+5
source share
3 answers

According to productforums.google.com, this is a known issue and Google is working on it. Just have to wait and see

+1
source

</td> </tr>. , chrome , . . html.

-1

I have found a solution. Set the row height property and do not use the table title. I mean, all td tags should be the same height.

enter image description here

-1
source

All Articles