another most likely simple printer issue
Moderator: General Moderators
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
another most likely simple printer issue
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?
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
perhaps a visual will help....
what is printed
where the white space is the rest of the page.
what i want to print is
any idea?
Code: Select all
text text textCode: Select all
text text textwhat i want to print is
Code: Select all
text text textI'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.
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.