@page css
I am not sure where the @page css is supposed to be placed. If I have the following to set my page margins:
@page {
margin-top: 6pt;
margin-right: 6pt;
margin-left: 6pt;
}
Does this go in my Style0001.css file or does it have to be placed in every html file I want it applied to? If it has to go in each and every file what code would it be placed between? I currently have it in my style sheet but the Sigil book view is not affected when I make changes. All the other rules in my style sheet are working, so I was wondering why not this one?
Last edited by EbookNoob; 05-08-2013 at 05:26 PM.
|