Tuesday, August 25, 2009

Print

styling your document for print
will get rid of things like background that would chew up ink etc.
you can put it in link rel ........ media='print"
or
within you style
@media screen, print{
}
you can set your font size eg 1em in print media

fixed width - doesnt translate very well when going to print, can be shrunk, some others if content exceeds, it can be cropped.
for print media - we want the width set to 100%
we want font set to 11 or 12 pt

No comments:

Post a Comment