Len:
From the validator -
Result: Failed validation, 47 errors
You would want to focus on fixing those to get a valid page.
Actually, I have done some of that here -
http://www.murraytestsite.com/safebabyshop.htm
Run the validator on that page (
http://validator.w3.org) and you'll see that
there are only two classes of errors (26 in all) -
1. The <meta name="Microsoft Borders" is invalid HTML, but you need it to
work in FP with your shared borders (a single instance of this).
2. Many of the image tags are missing alt attribute values (25 instances of
this). You can fill those in. Ideally, this page should only have 1
error - that mentioned above.
Please look at the code to see where I have fixed things (I left comments
about what I fixed and why).