View Single Post
  #5 (permalink)  
Old Aug 22nd, 2006, 18:25
brunette brunette is offline
New Member
Join Date: Aug 2006
Location: London
Age: 23
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: selective printing

hi moojoo

I have done it, but it won't work as I need. I have just checked the print browse and there is still text with images and buttons when I opened the page. Here is code under <head> in the page hmtl

<link rel="stylesheet" href="maintext.css" media="screen" type="text/css" />
<link rel="stylesheet" href="print.css" media="print" type="text/css" />

here is code in maintext.css

.style6 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
}


I have copyied the text from you and pasted it on print.css

is there something wrong?
Reply With Quote