View Single Post
  #2 (permalink)  
Old Aug 14th, 2007, 08:58
Kropotkin Kropotkin is offline
Up'n'Coming Member
Join Date: Aug 2007
Location: Bicester
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Print Style Sheet Problem

Hi

Could I see a url of this?

Just off the top of my head though i don't see why you couldn't set a class on your images for print

Code: Select all
 
@media print
{
img {width:90%;height:90%}
}
not tested
Reply With Quote