Validation Help I just created a template called 'eNerd' and started to edit the slices and everything in Dreamweaver which worked perfect, i really wanted this template to be good and alot better then my other rushed ones and for it to be valid xhtml but im getting 5 errors and i have no clue whats causing it, and i dont understand the explanations given.. Testing the template: eNerd | Design247.Net Validator: [Invalid] Markup Validation of http://design247.net/testing/enerd/ - W3C Markup Validator Hope you can help =)
it tells you what the problem is. 4 of them are related to having a line break after the close li. Code: <li><a href="#">About</a></li><br/> You can't have that, you need to remove the <br /> at the end. If you want to put a space between them. You'll need to use CSS and either line-height or even margin/padding.