Is there a way to control font size/layout on printable pages? The printer is 
adhering to my (very) basic layout, but seems to be ignoring my font 
declarations. Is there a simple way to control this?

My CSS consists of:

 html{
    background: #ffffff;
    font: normal 8pt/10pt arial, helvetica, sans-serif;
    padding: 5px;
    
    }

body
    {
    background: #ffffff;
    font: normal 8pt/10pt arial, helvetica, sans-serif;
    padding: 5px;
    } 

Looks like its printing in a standard serif face instead, at a larger size that 
pretty much blows apart my columns.

Also, I am specifying pts for print. Is this even recommended?

Thanks!
Christian.

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to