Ok, I did like perldoc cgi said and changed it to this: print start_html( -title => "IMAP.cc", -head => Link( { -rel => "stylesheet", -type => "text/css", -href => "style.css", } ), -bgcolor => "\#FFFFFF" ),
It still won't work though. ----- Original Message ----- From: "Bob Showalter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 1:23 PM Subject: RE: Displaying Problems > > -----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] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]