So, I'm designing another site today.. And I still code like a retarded monkey, so I use tables, the only thing I can kind of use.. One problem: I need my table (or the iframe within my table) to stretch, so that 100% of the content fits in and no scrolling is required. I added the code I'm using now..
Thanks in advance 🙂.
EDIT: Someone posted a solution, but this only works in IE (6 and 7), not in FF.. I edited the code 🙂.
EDIT: Basically, what I would want is to be able to 'call' my content using php include('bla.php'), and that the frame or table resizes itself so that no scrolling has to take place. IE, if I call a page with an image that is 800x900 and a few paragraphs of text underneath, I want the frame or table to display ALL of the content.
Thanks in advance 🙂.
EDIT: Someone posted a solution, but this only works in IE (6 and 7), not in FF.. I edited the code 🙂.
EDIT: Basically, what I would want is to be able to 'call' my content using php include('bla.php'), and that the frame or table resizes itself so that no scrolling has to take place. IE, if I call a page with an image that is 800x900 and a few paragraphs of text underneath, I want the frame or table to display ALL of the content.