in reply to Re^4: CGI::Application run mode does not recognize external css
in thread CGI::Application run mode does not recognize external css

As marto pointed out, you need to fix the URL to your CSS file. I suppose your App might work if you double click the CGI (windows right?) but when it's run by a real web server, no major browser (in default configuration) will allow a remote file to access a local file.

See the spec at HTML 4.01, look around for HTML tutorials, and/or buy a book on HTML.

  • Comment on Re^5: CGI::Application run mode does not recognize external css