| 
 Posted by Adrienne on 07/21/05 07:31 
Gazing into my crystal ball I observed dorayme <dorayme@optusnet.com.au> 
writing in news:BF05386F.14D26%dorayme@optusnet.com.au:  
 
>  
> Would there not be a way to simply fix the font size in a stylesheet 
> for printing only while yet leaving the screen image free to be seen at 
> whatever font size the user finds comfortable? 
>  
>  
 
@media screen { 
body {font-size:100%} 
} 
@media print { 
body {font-size:10pt} 
} 
 
--  
Adrienne Boswell 
http://www.cavalcade-of-coding.info 
Please respond to the group so others can share
 
  
Navigation:
[Reply to this message] 
 |