Re: [Perl-unix-users] printing with style sheets
I was using netscape on solaris2.6. Seems like a bug in this. It prints fine with netscape and IE on windows. __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ ___
[Perl-unix-users] printing with style sheets
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 o