page margins for PDF
I like to have my PDFs with margins like these:
body { max-width:100%;
margin: 30mm 20mm 20mm 70mm; overflow: auto; }
But I get other margins when I save a document as PDF. For instance, I get 50mm for the left margin and less than 20mm for the top and bottom ones. I'm just an amateur in CSS and I'm unable to follow the instructions in the "Writing custom CSS for Marked" article. Tweaking the four margins in the printing preferences doesn't help either.
What can I do?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 12 May, 2014 03:04 PM
"mm" isn't a valid measurement. It may be recognized in some cases, but
CSS uses screen-based measurements, not rulers. If you're using Marked
2, you'd be better off experimenting with the Print preferences and
setting margins there.
perefarrando closed this discussion on 02 Oct, 2014 09:21 AM.