Forum Moderators: not2easy

Message Too Old, No Replies

Text cutting off at bottom when printing...

Printing cutting off characters...

         

gshappell

1:39 pm on Jan 8, 2004 (gmt 0)

10+ Year Member



Has anyone had a problem where you have several pages of data on the web and when you go to print, sometimes data is cutoff in the middle of a character? For instance the top half of the word shows and then on the next page the bottom half shows with the rest of the data.

Thanks

BlobFisk

2:20 pm on Jan 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, gshappell!

Have a look at print CSS. The page-break-inside: avoid; sounds like just the trick!

There is an article from A List Apart here [alistapart.com] that may be of help to you. Eric Meyer also has an article on it here [meyerweb.com].

HTH

gshappell

7:18 pm on Jan 8, 2004 (gmt 0)

10+ Year Member



Thanks! Looks like a good resource!

The problem turned out being my use of positioning, when i took out the positioning values, everything printed fine.