Hi all,
I'm generating an HTML Table, and I want to keep very strict column widths. The code is pretty simple--a <table> with trs and tds. I have a Width and Height style set for the tds, and Overflow:Hidden set for the tds.
Yet when rendered (in ie7, I havn't checked other browsers) it *always* just totally ignores my column widths and sets each column to the longest data row for that column. Is it possible I've constructed the html poorly, or is this one of those quirks that I just have to live with? Thanks,
--Jim
I'm generating an HTML Table, and I want to keep very strict column widths. The code is pretty simple--a <table> with trs and tds. I have a Width and Height style set for the tds, and Overflow:Hidden set for the tds.
Yet when rendered (in ie7, I havn't checked other browsers) it *always* just totally ignores my column widths and sets each column to the longest data row for that column. Is it possible I've constructed the html poorly, or is this one of those quirks that I just have to live with? Thanks,
--Jim