Validation Help

Discussion in 'Skinning, Design and Graphics' started by tech, Oct 18, 2009.

  1. tech

    tech Regular Member

    Joined:
    Jun 13, 2009
    Messages:
    490
    Likes Received:
    11
    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 =)
     
  2. David

    David Regular Member

    Joined:
    May 30, 2003
    Messages:
    1,088
    Likes Received:
    133
    Location:
    Australia
    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.
     
    2 people like this.

Share This Page