ot: CSS guru help? help with media type 'print'
Mistara
Posts: 38,675
well, i did a style sheet for 'screen' and now i'm up to doing a separate style for printing.
my page has a layer with a long table in it. when i go to print it, it's dividing in the middle of a line of text.
how do i tell it to go to the next page when the table is too long for a single printable page?
and if i have a repeating xml layer, how do i tell it send the overflow to the next printable page?
Thank yoos!
Comments
Hi WistWereTheDayz,
You have to set your page-break properties. Try the answer given here: http://stackoverflow.com/questions/1763639/how-to-deal-with-page-breaks-when-printing-a-large-html-table
Thank you so much! i've been struggling with this for 3 weeks now.