tu has asked for the wisdom of the Perl Monks concerning the following question:
---------- I have also tried to do it these ways:print header; print<<END; <html><head> <link rel="stylesheet" href="member_style.css" > </head>
thanks.print header; print start_html( -style=>{-src=>'http://localhost/cgi-bin/template/h +ardcode/member_style.css'} ); print start_html( -style=>{-src=>'./member_style.css'} ); print start_html( -style=>{-src=>'member_style.css'} );
tu
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CSS will not work
by Trimbach (Curate) on Aug 06, 2001 at 22:58 UTC | |
by grinder (Bishop) on Aug 07, 2001 at 01:35 UTC | |
by Trimbach (Curate) on Aug 07, 2001 at 03:10 UTC | |
|
Re: CSS will not work
by miyagawa (Chaplain) on Aug 06, 2001 at 23:24 UTC | |
|
Re: CSS will not work
by zeno (Friar) on Feb 24, 2003 at 12:29 UTC | |
|
Re: CSS will not work
by wardk (Deacon) on Aug 07, 2001 at 00:00 UTC |