E-mail List Archives
Thread: Text sizes and Print stylesheets
Number of posts in this thread: 1 (In chronological order)
From: ben morrison
Date: Thu, May 19 2005 7:16AM
Subject: Text sizes and Print stylesheets
No previous message | No next message
I've been using print stylesheets for a year now but have come to the
conclusion that maybe more can be done with them for example:
I use relative sizing within my stylesheets by setting the body to
font-size:76% and then setting everything in ems - p { font-size:1em;}
etc.
In my print stylesheet I have been using p { font-size:12pt }.
But if the end-user needs large font settings on screen then surely
they would also need large print settings.
First thoughts are that a link would be needed to choose print sizes
(which we could save in a cookie) and ideally just change the body
value for ease of use.
Any ideas/thoughts much appreciated. Browsers seem to ignore their own
builtin increased/decreased text-size values when going to print.
ben