|
Posted by Hul Tytus on February 10, 2006, 11:46 am
Please log in for more thread options
Thanks David - and all who mentioned the 2 \n's. They solved the error.
Hul
> Hul Tytus wrote:
> > int main() /* mintst.c */
> > {
> > printf("Content-type: text/html\n");
> > printf("<html>\n");
> You need a blank line between the HTTP header and the HTML document.
> (You also appear to be missing the Doctype).
|