> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 25, 2002 1:05 PM > To: [EMAIL PROTECTED] > Subject: Re: Displaying Problems > > > Well, I still can't get my page to display. >
Remove this line: body( -bgcolor => "\#FFFFFf" ), It's emitting a <body></body> sequence. start_html opens the body tag and end_html closes it, so you don't need this. bgcolor should be passed to start_html. Read the docs. perldoc CGI. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]