Sorry! We found the following errors (4) elp me please

Discussion in 'CSS' started by m7shsh, Sep 4, 2008.

  1. #1
    67 Value Error : width only 0 can be a length. You must put an unit after your number : 468
    67 Value Error : height only 0 can be a length. You must put an unit after your number : 60
    160 Value Error : width only 0 can be a length. You must put an unit after your number : 468
    160 Value Error : height only 0 can be a length. You must put an unit after your number : 60


    http://jigsaw.w3.org/css-validator/validator?uri=http://www.m7shsh.com/vb/

    and

    http://validator.w3.org/check?uri=h...language=ar-sa&user-agent=W3C_Validator/1.591

    can you help me ?
     
    m7shsh, Sep 4, 2008 IP
  2. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #2
    You have to put px after your width. In your source I see this for example:

    style="width: 468; height: 60; float: left;

    It SHOULD be like this, style="width: 468px; height: 60px; float: left;

    Do that for the other width/height references as well.
     
    Colleen, Sep 4, 2008 IP
  3. m7shsh

    m7shsh Active Member

    Messages:
    237
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    75
    #3
    wow thanks i fix it and its good now

    how about this

    http://validator.w3.org/check?uri=h...language=ar-sa&user-agent=W3C_Validator/1.591

    can you help me to fixit
     
    m7shsh, Sep 4, 2008 IP
  4. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #4
    Well, you have a table with a missing beginning and end.

    It appears to be in your header template.

    Should be
    And then find where that table ends and close it properly as well.
     
    Colleen, Sep 4, 2008 IP
  5. m7shsh

    m7shsh Active Member

    Messages:
    237
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    75
    #5
    i try but not fix :(
     
    m7shsh, Sep 5, 2008 IP