CyberWoolf Posted October 14, 2008 Share Posted October 14, 2008 Hey guys, I have a watermark on every page when printing. That part works great! What I am having a problem with is trying to make a bottom print margin on every print out page. So I could have like a 200px gap between the content of the page and the bottom of every page that prints. I am baffled!!! Link to comment https://forums.phpfreaks.com/topic/128452-solved-how-to-set-bottom-print-margin-on-every-page/ Share on other sites More sharing options...
dropfaith Posted October 14, 2008 Share Posted October 14, 2008 add margin-bottom:200px; tto your final block element like a div footer? Link to comment https://forums.phpfreaks.com/topic/128452-solved-how-to-set-bottom-print-margin-on-every-page/#findComment-665666 Share on other sites More sharing options...
CyberWoolf Posted October 14, 2008 Author Share Posted October 14, 2008 Nope... that only works on the footer element which wouldn't be every page, just the end of the page :-/ Link to comment https://forums.phpfreaks.com/topic/128452-solved-how-to-set-bottom-print-margin-on-every-page/#findComment-665668 Share on other sites More sharing options...
CyberWoolf Posted October 15, 2008 Author Share Posted October 15, 2008 Upon further research I find it's not possible. Its just one of those settings you can't change like displaying the url on printout (unless you do it manually through your browser settings). Link to comment https://forums.phpfreaks.com/topic/128452-solved-how-to-set-bottom-print-margin-on-every-page/#findComment-665726 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.