> Is there any way, using CSS, that I could just have a line in there that
> shrinks the page to print size?

Since Firefox and Opera already have native "shrink to fit" features, are
you asking about reproducing the ability in Internet Explorer?

If so, then you can use the ZOOM property for that browser without affecting
the others.

<style type="text/css" media="print">
body { zoom: .8; }
</style>


Brett

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to