Chris C wrote:
> Hi, using the liquid columns I have formatted a page loosely to display
> the way I want (for the most part).
> 
> But when I got to print it (in either IE or FF) it clips the right half
> of the page.  
> What are the dimensions a page should be for it to print properly? ...
> 800x600?
> 
> An example is here: http://hitech.lead2gold.org/view_parks.php?pid=14

Hi Chris:

One good way is to specify a print stylesheet, exclusively for printing.

<link rel="stylesheet" type="text/css" href="print.css" media="print" />

This page is a good starting point for print stylesheets:
http://intensivstation.ch/en/css/13.html

It links to quite a few other pages, though some are in languages that I 
don't understand; the CSS however, I grabbed :-).

You can use a display:none; for elements which you don't require for 
your printing, like the first column/navigation, etc. Firefoxs' 
web-developer toolbar has a neat mode that will display CSS by media 
type; invaluable in this situation.


 > Chris


Regards,
Rahul.

______________________________________________________________________
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