View Single Post
Old 12-14-2012, 03:12 PM   PM User | #4
tracknut
Regular Coder

 
Join Date: Aug 2006
Posts: 907
Thanks: 4
Thanked 212 Times in 211 Posts
tracknut is an unknown quantity at this point
It's telling you that you have opened a <div> but have not closed it with a corresponding </div>. You could count the <div> elements and see there is one less </div>. Just pair them up and decide where you forgot a <div>. You could also put a comment (like <!-- end of "page" div -->) at each of the </div> and it might make it easier to spot a missing one.

Dave
tracknut is online now   Reply With Quote