On Sun, 30 Sep 2001, Gary L. Armstrong wrote:

> I have skimmed through the Llama and Camel and I don't know why this should
> not work:
>
> #startcode
> print <<BLOCK1;
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd";>
>
> <html>
> <head>
> <title>Geek Shop -- A Web Page</title>
> <link rel="stylesheet" href="style1.css">
> </head>
> ...blahblahblah...
> BLOCK1
> #endcode
>
> Actually the whole thing works fine (hooray, my first CGI) except that it's
> not finding my style1.css, and before I start messing around with it too
> much, I thought I'd find out if any of you might throw me a bone.

Where is the style1.css file?  Going by the above code, it should be in
the document root of the web server, not in the cgi-bin directory.  In the
HTML that is output, its context is still that of the web server, not the
CGI script.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
It's not hard to admit errors that are [only] cosmetically wrong.
                -- J.K. Galbraith


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to