That's an html error and can be quite common if you're not careful. Double-check your html and look for end </div> tags that don't have a matching open <div> tag. Also make sure that all tags within the divs are closed before closing the div.
I hope this helps. -- Hector Virgen Sent from my Droid X On Sep 20, 2010 6:20 AM, "George Cumming" <[email protected]> wrote: > Hi, > > I use Blueprint for a few websites. I'm now taking a course that > combines PHP, Javascript, and MYSQL into a website. As a preliminary, we > first design a "plain" website. So of course, I whipped up something > with Blueprint. All seems well. The course has a requirement that every > page validate with the W3C Validator. I regularly validate my pages with > the validator in Dreamweaver but now with the W3C Validator, I'm getting > errors that point to excess </div> tags. It may be that it is my code > but has anyone noticed problems with Blueprint and the W3C Validator? > > Thanks for your time and patience, > > George > > -- > ******************************** > > George M. A. Cumming Jr. > Husband, Father and Grandfather > > The road goes ever on. > > [email protected] > [email protected] > > OrientSee Blog > http://www.georgemacumming.com/ > > ******************************** > > -- > You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected]<blueprintcss%[email protected]> . > For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en. > -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
