Depending where the errors are coming from, you may need to fix issues in your theme files – the ones that end with .php like single.php, index.php, etc. That’s where most of your site’s HTML is coming from. Another culprit could be a plug-in. If you need further help it would be best to post a link to your site.
Thanks.
The site is:
http://www.realworldleadershipinstitute.com
Since I know nothing about php I am always intimidated to do anything with is and am not even sure where to find it….
Thanks for your ideas.
What you’ll need to do is go through the errors carefully to find and fix each problem. What I find helps is to check off the “Show Source” option in the validator. Once you do that and revalidate, you can click on the line number and it’ll jump down to show you the bit of your code that’s not valid.
Another tip: for display issues (sidebars going to bottom, etc.) focus on the <div> errors like Stray end tag div. </div> Missing or extra divs can cause things to go wonky in the way you describe. It’s really a step-by-step troubleshooting process – i.e. validate a blank page first to see if the culprit is in your template, or in a post. Then validate a post, another post, etc. until you narrow down the culprit. Good luck!