The problem you have is that your design is not liquid....
What I am looking at is around 900px in total, and far from being 600px.
Anyway, it's not the visible width you need to change... it's the width ONLY WHEN PRINTING..... this is done using a print style sheet:-
ie:-
- Code: Select all
<link rel="stylesheet"
type="text/css"
media="print" href="print.css" />