View Single Post
  #2 (permalink)  
Old Jul 27th, 2006, 21:46
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how to print the certain portion of a webpage ??

If you set your css up properly, then when you go to print the document, everything other than the part you want to print will be hidden.

You need to use a seperate css file and in the link line that hooks the file into your pages, you need to set media='print'.
Reply With Quote