[NTLUG:Discuss] Linux, Perl, CGI, Background attribute...

MadHat madhat at unspecific.com
Tue Jul 17 13:16:03 CDT 2001


At 12:55 PM 7/17/2001 -0500, you wrote:
>The HTML BODY tag attribute BACKGROUND, points to the url of a graphic
>file to use as the (tiled) background for the page.
>
><BODY BACKGROUND="url">
>
>I have this to working in an *.HTML file, But I have not been able to do
>so in a Perl *.cgi file, with or without the CGI.pm
>
>Any pointers would be appreciated.

when you views the source what do you see?  How are you trying to use it in 
the CGI?

print "<BODY BACKGROUND=\"url\">\n";

or


use CGI qw/:standard/;
print start_html(-title=>'test page',
                  -body=>{-background=>'url',
                          -bgcolor=>'white'});

>--
>...make every program a filter...
>_______________________________________________
>http://www.ntlug.org/mailman/listinfo/discuss

--
MadHat at unspecific.com




More information about the Discuss mailing list