Hi,
I'm wondering if there is a way to set the top and bottom margins for the editor. I'm using the print function directly from the editor and would like to be able to set the margin size so that it will fit within a header and footer on pre-exisitng stationary. Right now the print function will print overtop of the footer, so I would like to be able to increase the bottom margin so that the text ends earlier (higher on the page) and continues on the next page.
I hope this is possible. If the user could set these variable and they are passed to the editor that would be ideal.
Thanks in advance,
Chris
I'm wondering if there is a way to set the top and bottom margins for the editor. I'm using the print function directly from the editor and would like to be able to set the margin size so that it will fit within a header and footer on pre-exisitng stationary. Right now the print function will print overtop of the footer, so I would like to be able to increase the bottom margin so that the text ends earlier (higher on the page) and continues on the next page.
I hope this is possible. If the user could set these variable and they are passed to the editor that would be ideal.
Thanks in advance,
Chris

Re: Setting top and bottom margins with print function
point this variable to your own CSS file with a different margin set for printer, e.g.:
@media print { body { margin:150px; margin-left:250px;} }Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+