my $query = CGI->new; print $query->start_html(-title=>'Argh!', -background=>"../images/$SiteName.background.jpg", -link=>'brown', -vlink=>'#8b4513', -no_xhtml=>1, #this has no effect... -dtd=>'3.2 DTD' # this does the trick, but not listed in # the standard as to how to set it -- I # hope this is right... } #### use CGI '-no_xhtml'; my $c = CGI->new; print $c->start_html; #### Untitled Document