"[EMAIL PROTECTED]" wrote: > I have the following perl script which I'm currently using > successfully. What I want to do is add a background image to the > html page when it comes up, but it's not showing.
> $WALL = "/home/admin/hostingohio-www/balloons.jpg"; > print header, start_html(-title=>"$TITLE", -background=>"$WALL"), It's not a Perl but HTML question. When a browser gets <body background="/home/admin/hostingohio-www/balloons.jpg"> it will try to download http://www.hostingohio.com/home/admin/hostingohio-www/balloons.jpg not http://www.hostingohio.com/balloons.jpg - RaFaL Pocztarski, [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]