Forum Moderators: open
In Dreamweaver MX the actual content of query.cgi is displayed in Design View and Preview in Browser.
However when I upload the .shtml file to the server it works as it should.
Identical query.cgi and css files exist on the server and the PC.
Advice on where to look for a solution please because it is begining to drive me slightly mad....:)
When you upload it, the server is running web server software (Apache, IIS, etc.), which parses the page and executes query.cgi.
I have Apache and php running on my computer so that such things can get executed and behave properly during development. But Dreamweaver still won't know what to do with it -- that's just something you'll have to get used to.
This is all expected behavior and nothing to be alarmed about.