Can anyone see whats causing the following page not to pass the w3c validation test?
I've been staring at this way too long now.
Heres The page I'm trying to validate.
http://www.blythe-sanderson.com.au/new-site/
| SitePoint Sponsor |

Can anyone see whats causing the following page not to pass the w3c validation test?
I've been staring at this way too long now.
Heres The page I'm trying to validate.
http://www.blythe-sanderson.com.au/new-site/
You're missing a closing div tag in there somewhere.
My suggestion would be to go through and add a comment at each closing div tag saying what div it is (you've already got some in there )- that way it'll be easier to track down which one you've forgotten:
<!--close header-->

hmmm yes I getting that sinking feeling. This page is using Drupal to produce alot of the content. I'm thinking the error maybe there.
Also if I change this
to thisCode:<div id="redline" />
The layout completely breaks. So I'm thinking this is where my bug might lay.Code:<div id="redline"></div>

Ok I solved the issue just after writing the above post.
The tag <div id="redline" /> should have been <div id="redline">
I guess so time not looking a the code did me some good as well as that little gem of encouragement from Tailslide!
YAY!![]()
Bookmarks