views:

12

answers:

1

Im having a strange validation issue that I cant seem to figure out.

Why would the first td cause a validation error? Is it something to do with the way I am specifying my widths?

Thanks

http://jsbin.com/esogu

+3  A: 

Yes. You are specifying your widths using deprecated HTML attributes instead of CSS. (The validator is collapsing duplicate error messages).

David Dorward
Thanks a bunch!
Bruno