> > I think someone has already mentioned these problems: > > You have a <p> before the <body> tag. >
And that is in line #9 to be precise. You should move it After the body tag, say, place it at line #11. > You have two <bra /> tags where they don't belong. (You should > Remove all such cases and use CSS to get extra space.) The two extra breaks are in line #32 and #32, they are inside the UL from Navigation. You cannot use break or other tags in a UL; you can use break and other tags inside the UL only if they are placed inside the LI tag. tee ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
