Page 1 of 1

another most likely simple printer issue

Posted: Sat Aug 19, 2006 1:10 pm
by Charles256
Okay. I got a webpage to come up and I click print. the issue is it's a pin feed printer and instead of feeding a whoel page worth i want it to stop feeding as soon as it's done printing. know what i mean? is that possible?

Posted: Sat Aug 19, 2006 1:24 pm
by Benjamin
I believe there are css styles for page breaks, if that is what you mean.

Posted: Sat Aug 19, 2006 2:22 pm
by Charles256
perhaps a visual will help....

Code: Select all

text  text   text
what is printed

Code: Select all

text text text
where the white space is the rest of the page.
what i want to print is

Code: Select all

text   text  text
any idea?

Posted: Sat Aug 19, 2006 3:23 pm
by Benjamin
I'm not sure I fully understand you. Your 2nd example has 1 space between the "text" and is longer, whereas your first and 3rd examples have 3 spaces between the text and are short.

If your want to maintain the spacing association you could look into converting all spaces into &nblf;.

If your wanting the printer to stop at the end rather than printing out an entire page, perhaps that is something that could be changed in the printer settings, or maybe you could store the results and print it in batches. Other than that, I'm not sure it's possible.