Syntax Error on my Site

windows

Guest
Sorry to ask such silly questions, but I am building my first webpage for my church and have run into a syntax error. The website I am building is <!-- m --><a class="postlink" href="http://www.geocities.com/tcbaptistchurch/">http://www.geocities.com/tcbaptistchurch/</a><!-- m --> . I notice that a "done, but with errors" message appears and then tells me that the error is on line 2 char29. Can someone please help. <br />
Thank you in advance,<br />
Peter<!--content-->Try removing this...<br />
<html xmlns:o="urn:schemas-microsoft-com:office:office"<br />
xmlns:w="urn:schemas-microsoft-com:office:word"<br />
xmlns="http://www.w3.org/TR/REC-html40"><!--content-->Sorry, that did not appear to be the problem. Any other ideas?<br />
I am noticing that my entire site ihas this same problem ion the same line and character.<br />
Thank you,<br />
Peter<!--content-->Geocities adds a load of junk to the end of a page for pop-up adverts. It may be just that. You can't correct those errors.<br />
<br />
<br />
See: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.geocities.com%2Ftcbaptistchurch%2F&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Frameset&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --> and scroll down to the source code listing. See the last two lines. Those are added after you upload the page.<br />
<br />
<br />
The first 13 of the 34 errors need sorting here too: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.geocities.com%2Ftcbaptistchurch%2FHome.htm&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --> <br />
The </head> error is caused because you have missed out the meta tag for Content-Type. While there you need add a title and meta description too. Fix the rest.<br />
<br />
<br />
<br />
Go back and put "quote" marks round every single attribute value.<br />
<br />
<br />
<br />
Get all the CSS code into an external stylesheet file and link to it from the <head> section.<!--content-->
 
Back
Top