Forum Moderators: open

Message Too Old, No Replies

Problem with home page display

         

Peddler

7:27 pm on Aug 2, 2007 (gmt 0)

10+ Year Member



I have a rather simple website completely designed in standard HTML. I've made some modifications and now only the home page is displayed with a message line at the top with the following statement:

Content-type: text/html

This is driving me crazy, would someone let me know what may be wrong.

Thanks.

[edited by: tedster at 5:04 pm (utc) on Aug. 3, 2007]

tedster

7:47 pm on Aug 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried the W3C Validators?

W3C Validator - HTML [validator.w3.org]
W3C Validator - CSS [jigsaw.w3.org]

Xapti

12:46 am on Aug 3, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Make sure you have closing tags, and slashes on the tags, on stuff like header, body, title, html, etc.

make sure you inlcude a title for the page as well. Using the validators mentioned will help you pinpoint the likely errors.

rocknbil

7:33 pm on Aug 5, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How is this hosted? The content-type header is usually output from a script before any other output. If you're publishing static HTML, it may be something your server is doing.

g1smd

8:03 pm on Aug 5, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What does view source show you in your browser?