View Single Post
  #4 (permalink)  
Old Aug 13th, 2006, 16:42
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,953
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Re: Vistors printing pages

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" />
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote