Troubleshooting issues with sidebar

Hi

was wondering if anyone knows why the sidebar here is displaying under all the content?

http://www.muslimahwebdesign.co.uk/wordpresstutorials/course/make-money-with-no-money/

On line 591 of your HTML you have a malformed pair of tags </div</p>.
It looks like it should ONLY be </div> and NO closing </p>.
That should fix the sidebar.

Unrelated to this issue,
lines 607 and 622 of your HTML start with a stray <p> tag.
line 641 of your HTML has a stray </strong> tag.

Problems like these are much easier to spot if code is indented or without indenting your code by using the HTML validator. It’s spot on.

hey thanks for that much appreciated