Creating a print button and keeping page documents within the 80 c

R

Ron R

Hello,

Sorry for the long winded posting but I believe the two are related.

I've read the posts regarding code and the print button. It all seems
straight forward. In fact I did insert the coding to allow for "Print this
Page", however, it the print margins were well past the paper.

I was wondering if there is a command to set margins within the form to keep
the print margins within the paper size.


RSR
 
T

Tom J

Ron R said:
Hello,

Sorry for the long winded posting but I believe the two are related.

I've read the posts regarding code and the print button. It all
seems
straight forward. In fact I did insert the coding to allow for
"Print this
Page", however, it the print margins were well past the paper.

I was wondering if there is a command to set margins within the form
to keep
the print margins within the paper size.

I have my "print" pages inside a table 624 pixels wide. Every printer
I've tried prints the entire page.

Tom J
 
M

Murray

Yes - that's the rule (for 8.5x11" paper, that is). You must have no page
elements whose aggregate horizontally contiguous width exceeds about 624
pixels.

Alternatively, you can use print media stylesheets to control such elements
in a manner suitable for printing (e.g., hiding those that would cause the
printing to be distorted).
 
Top