Fri, 2014-08-15 18:32
I have the following sample report page which looks exactly like I want it to on screen, with uniform borders around all of the table cells. The problem is that when I go to print it, the second page has a thinner border on the left, right, and bottom of the first tbody cell. I've been trying everything to figure this out, but I am stuck. I am using IE11. Is this just an IE11 quirk, or is there a fix for this. My page is attached.
Attachment | Size |
---|---|
SummaryReport.txt | 22.87 KB |
Sat, 2014-08-16 16:09
#1
First step
Print the page with other browsers: e.g. Firefox, Chrome and Opera. That will tell you a lot.
Do keep in mind that html and browsers do a decent job of printing, but it's not what they're made for. If printing the table(s) is important, create a pdf version and link to it for printing.
cheers,
gary