Hi All,
I am looking at this editor and gathered there is a print function. What I cannot find is whether I can set all margins, Top, Bottom, Left & Right as well as specify the paper size for printing. I did note where top and bottom margin could be set using @media print { body { margin:150px; margin-left:250px;} } but how much can we specify here? Examples available?
Could we not also set the print margins, assuming html std of 0 for all, using the browsers Page setup.
Concerns are printing to media where we may have headers or footers so we must specify a print area as specified by the margins.
Thanks in Advance,
Jim
I am looking at this editor and gathered there is a print function. What I cannot find is whether I can set all margins, Top, Bottom, Left & Right as well as specify the paper size for printing. I did note where top and bottom margin could be set using @media print { body { margin:150px; margin-left:250px;} } but how much can we specify here? Examples available?
Could we not also set the print margins, assuming html std of 0 for all, using the browsers Page setup.
Concerns are printing to media where we may have headers or footers so we must specify a print area as specified by the margins.
Thanks in Advance,
Jim