page border
Hi
I am about to begin work on an old book which has a thin double border around all its pages. (see screenshot). I'd like to replicate this without wasting too much space if possible. Inside this border, I will of course insert images, text, well, everything.
Would some @page in the style-sheet with border attributes be OK for this task or is there a better solution?
EDIT
After looking at W3School, it seems that
body {
border-style:double
border-width:3px;
border-color: (...);
}
will do the trick. I can add margin outside and padding inside.
Last edited by roger64; 06-08-2013 at 01:07 PM.
|