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 ?
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.
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
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.