Click to See Complete Forum and Search --> : [RESOLVED] Not all text displaying when printed


shotsy247
02-04-2009, 03:06 PM
Hi All,

I have a simple page built with a table or two and h1, h2, p, etc.

This page is basically all text. However when I go to print the page not all of the text gets displayed. Some of it is getting cut off on the right.

I have some css that controls what to display and what to hide, but that's about it. Is there something else I should be adding to allow all of the text to print. It should just flow as needed I would think. It's not like I'm using images that are too large for the page.

Thanks in advance.

_t



Well without as much trial as I thought I found the issue / solution.

One of my tables had a fixed width. I put that width as part of class and changed it to 100% for the print media version of the css.

I hope this helps others who may run into this issue.