in reply to HTML Tag attribute problems with CGI.pm

mmm... I have problems with this line:

print $query->header(type=>'image/gif');

Looking at the rest of your post, it seems that this could be better:

print $query->header(type=>'text/html');

Replies are listed 'Best First'.
Re: Re: cgi.pm problem
by Prince99 (Scribe) on May 30, 2001 at 19:37 UTC
    Originally, I had print $query->header(type=>'text/html'); but I was trying to load an image as the background and had tried the code posted. I didn't change it back before I posted it, sorry

    Prince99

    Too Much is never enough...