Reference
Isn’t too bad:
That language=”javascript” part should be removed, only the script type is needed and valid.
Font tags are no more. Use divs and modify the css to place the font within that.
Never heard of a ‘place’ tag.
That’s 99% of your errors right there.
I do not know how to program websites at all. Does removing the “javascript” part mean that I just need to delete the word “javascript” from wherever it is on the page? How do I find the place where the error was identified? Also, I don’t know what divs are and I don’t know how to modify the css to place the font within that.
Well, if you don’t know all that stuff… you shouldn’t attempt to mess with the code, sorry.
On that validation page checking the Show Source box and hitting Revalidate – will transform every error line number into a clickable link, to show you the error’s exact location.
And as a final thought: a “professional blog” should rely on professionals, not amateurs…
It would be great if a professional was able to help out with the coding part of the blog. This blog is for a small business and a learning experience for all involved. My boss needs someone to help that knows how to fix all of the errors. If anyone is interested, just let me know.
It works in this way:
Start a new topic asking for pro/paid help AND leave a contact address. The topic will be closed conform the Forum Rules F – to avoid “bidding wars” here in the forum.
Alternatively, you can post your request to the wp-pro mailing list:
http://lists.automattic.com/mailman/listinfo/wp-pro
One thing I’d highly recommend is not pre-writing your blog posts in a word processor (like Word) and/or converting it to HTML before posting it on the blog.
That just adds a lot of gibberish and extra code that will, for certain, not validate.
Thanks…I will try that too!
Sorry; I should add that you can turn off “Smart Quotes” (the curly quotes and apostrophe) in Word and then cut/paste the text into WordPress — that will give you decent results without the gibberish that you can see in your code.
However, converting to HTML in Word will give you a problem.
That helped reduce the amount of errors, thanks!!