View Single Post
  #8 (permalink)  
Old Aug 23rd, 2006, 16:36
moojoo's Avatar
moojoo moojoo is online now
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: selective printing

Yo can do various things like form#foo p, input {display:none;} etc etc.. You can be very very selective on what prints and what does not. So if I understand correctly you are getting empty white space above or below your content when print preview is activated? Post a url etc so I can take a look.

BTW:

form#foo p, input {display:none;}
would do this: hide any form with the id of foo and subsquently it's paragraphs if any and any inputs.
__________________
I hate IE 6. Just sayin....

Last edited by moojoo; Aug 23rd, 2006 at 16:39.
Reply With Quote