i had actually tried to include that early on but apparently the stars weren't properly aligned just then. that works perfectly. thanks for "making" me revisit that option. i figured it would be something simple, just threw me off since it hasn't ever been required when i do all the coding inside the main program.
thaks for your help, Jon. thanks to all for their efforts. sorry if my frustration showed along the way. joe On Wed, May 27, 2009 at 8:59 AM, Jon Herron <leftturnsoluti...@yahoo.com> wrote: > > Have you tried adding Content-type: text/html > > (note the two line breaks) above the doc-type declaration in html_start? You > can probably remove the 2nd pair of head tags after you make that change. I > havn't tried this just a hunch. > > my $data = "Content-type: text/html > > <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" > \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\"> > > <html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" xml:lang=\"en\"> > <head> > <title>$options{title}</title> > <link href=\"/css/style1.css\" rel=\"stylesheet\" type=\"text/css\" /> > </head> > "; > > Thanks, > > > Jon Herron > > > -- since this is a gmail account, please verify the mailing list is included in the reply to addresses -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/