html - Printing a page causes table to become misaligned -
I have a web application that uses my company to log hours, and when printing the table Strange treats.
A page displays a table of yoga for a certain period, and it looks fine.
Here is a screenshot of the table:
It looks fine when viewed in the browser.
The problem appears when the is called window.print ()
then the table looks like this:
Sorry for the small screenshot, I could not capture it the way I did before.
So there is a problem, and I'm not sure how to fix it.
I will provide more details as needed.
Can anyone help put some light on this issue?
Maybe you want to see something like this
The problem was in your CSS file and this was the way for you:
.report td: not (: first-child) {text-align: left // it was set correctly}
Comments
Post a Comment