hi, we've coded our page at fixed width 760 px due to design/graphic considerations. it has coloured background, fotos encorporated, etc (we are a holiday site ;-)
the main table is
td width=170
td width=430
td=width=150
i have encased both left and right columns in divs which display: none in the print.css
however on a standard IE setup, the default margins on a page are so big that the middle column is pushed over to the right of the A4 page, and in the case where i have used only a two column layout due to using wider graphics or fotos, the right hand side of the 2nd column is cut off from being printed.
is there any way to specify a negative margin in the print.css, so the middle column is printed left aligned on the A4 page? this means it wouldn't get cutoff when i use two column layout.
or would it be better to take off the widths from the table cell and specify them in the divs, which of course could then be different in the print.css?
or any other solutions?
many thanks