Anybody knows how many tables we can include in html to render properly with css style in IE6?
Currently in one of html page, there are around 56 tables. For few tables there is css and others are just for layout purpose. But if i include one more table with css, i.e 57th, style is not rendered at all for that table.
what may be the reason?
There isn't a limit for any HTML markup inclusion.