After creating a page with a simple table that can be filled in and printed, I noticed some issues with the table formatting after printing. The intended table design was supposed to look like this:
https://i.stack.imgur.com/aAk89.png
However, upon printing, the table ends up looking like this: https://i.stack.imgur.com/UweA5.png
The input fields for the Objects are misaligned, and the table loses its original width. Any suggestions on how I could resolve this issue? Below is the code snippet used:
<html>
<!-- Code block here -->
</html>
CSS styles used:
/* CSS Styles go here */