Jump to content

Why so many errors.


nezbo

Recommended Posts

I know befor anyone says it. "Bad programming!"

 

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.darwenmtbclub.co.uk%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&st=1&user-agent=W3C_Validator%2F1.591

 

I have tryed to validate my site with w3 and i am geting far to many errors for my liking.

 

Please can some one have a look and see if they can help me resolve any of them?

 

Cheers,

Nezbo

Link to comment
https://forums.phpfreaks.com/topic/123420-why-so-many-errors/
Share on other sites

Read them, and fix them. But not just that you need to "learn" why these errors occurred. It gives examples of what you are missing so you should be able to easily go through and just fix them up.

Oh and this isn't the best section to post this.

Link to comment
https://forums.phpfreaks.com/topic/123420-why-so-many-errors/#findComment-637413
Share on other sites

Fixing the doctype problems will probably eliminate many of the other errors. You apparently don't have a valid doctype at the start of the page and there is at least one more doctype later in the page. Pages should have one valid doctype at the start of the page.

Link to comment
https://forums.phpfreaks.com/topic/123420-why-so-many-errors/#findComment-637455
Share on other sites

That is one of my major problems is that i have got a "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"

 

Any ideas what is wrong with it?

 

Fixing the doctype problems will probably eliminate many of the other errors. You apparently don't have a valid doctype at the start of the page and there is at least one more doctype later in the page. Pages should have one valid doctype at the start of the page.

Link to comment
https://forums.phpfreaks.com/topic/123420-why-so-many-errors/#findComment-637467
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.