I have a site layed out in tables. I have created a CSS stylesheet for print that hides the sidebar and topbar so only the body text shows. I used {display:none} to hide those items which are in <div> tags. This works fine.
My problem is that the body text still wants to print where it's located on the page - about 3 inches in from the left. I tried making the margin negative but then the text gets covered up by the hidden section to the left.
How can I move the body text over a few inches so it uses the page efficiently?
Thank you for your help!
Staci
My problem is that the body text still wants to print where it's located on the page - about 3 inches in from the left. I tried making the margin negative but then the text gets covered up by the hidden section to the left.
How can I move the body text over a few inches so it uses the page efficiently?
Thank you for your help!
Staci