Hi all,
I have a simple html table that I display in an iframe, which is generated on an ASP page. Based on the data, the table may be wide or narrow, short or tall. Without doing any complex calculations on the table's cells, is there a simple way to just tell the iframe to stretch or shrink to fit the html table?
If this isn't simply done, can anyone direct me to the simplest "close-enough" way to calc the width/height of the resultant html table? Currently the table's cells shrink and grow based on the text within. If I have to force them to a reasonable standard size, I will do that.
Thanks,
--Jim
I have a simple html table that I display in an iframe, which is generated on an ASP page. Based on the data, the table may be wide or narrow, short or tall. Without doing any complex calculations on the table's cells, is there a simple way to just tell the iframe to stretch or shrink to fit the html table?
If this isn't simply done, can anyone direct me to the simplest "close-enough" way to calc the width/height of the resultant html table? Currently the table's cells shrink and grow based on the text within. If I have to force them to a reasonable standard size, I will do that.
Thanks,
--Jim