I was wondering what is the code for explainding tables. Like where you put your content in, and it expands. Like a iframe, but dosn't be the same size all the same. Depending on the content size.
Thanks.

I was wondering what is the code for explainding tables. Like where you put your content in, and it expands. Like a iframe, but dosn't be the same size all the same. Depending on the content size.
Thanks.
Expands to the window's width and height.HTML Code:<table height="100%" width="100%">
Expands as content is added.HTML Code:<table>
Last edited by nets; 17-05-2006 at 09:10 AM.
But then you should add another table in that table with colounms as 1 and cell padding as 5 and width by 100%
Want to hide these adverts? Register an account for free!