in reply to Included cgi does not get CSS formatted?
CGI: CREATING THE HTML DOCUMENT HEADERD:\>perl -MCGI -le"print CGI->start_html ('-type'=>'text/html', '-src' + => '/css/foo.css')" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-U +S"> <head> <title>Untitled Document</title> <link rev="made" href="mailto:CGI" /> </head> <body src="/css/foo.css" type="text/html"> ^^^^^^^^^^^^^^^^^ |||||||||||||||||
print start_html(-title=>'Secrets of the Pyramids', -author=>'fred@capricorn.org', -base=>'true', -target=>'_blank', -meta=>{'keywords'=>'pharaoh secret mummy', 'copyright'=>'copyright 1996 King Tut'}, -style=>{'src'=>'/styles/style1.css'}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |||||||||||||||||||||||||||||||||||||
|
|---|