Hi, 
   I used an external style sheet to format the output
of my cgi script. 
print header, start_html(
          -title=>'Generate test plan',
-style=>{-src=>'style.css'} 
          ); 

 With this, the output on the browser was exactly as
specified in the style sheet. But when I save the file
or try printing the output, the style is not applied
and all the format is lost. 

 I tried 2 other options, 

(1) {-src=>'style.css',-media=>'print'} and 
(2) {-src=>'style.css',-media=>'all'}. 

  but the problem persists.Can somebody tell me how to
retain the format when saving or printing? 

 Thanks, 
Srinivas 

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to