in reply to Included cgi does not get CSS formatted?
Assuming html 4.01 (loose or strict), your head section needs these:
<meta http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" type="text/css" href="/css/foo.css">
Note type is 'text/css', not 'text/html' (single or double quotes, your choice), and the link rel line, which you can do manually, or find the appropriate CGI method in the docs.
You may gain more insight by reading the html in the .inc file or at w3c.org, w3cschools.org, etc.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Included cgi does not get CSS formatted?
by dorward (Curate) on Apr 07, 2009 at 08:45 UTC |