Hello all
I have a problem and it-is-driving-me-NUTS!!!
I have an IFrame which shows an asp page that builds up a simple table. The problem is that there is a quite deal of white-space before and after the table. I'm trying to get rid of that white-space and did all of the following
* iframe property height: changing it has no effect at all (no bigger, no smaller), I tried both percentages and normal values
* iframe properties hspace, vspace = 0 : no effect
* iframe property style="top:0px;bottop:0px;position:relative" : no effect. without 'position:relative' the white-space on the bottom of the table is huge (I would say about a 250 px).
* in the asp, body properties bottommargin=0 topmargin=0: I had a little effect here, the 'before' space became a little smaller, but the 'bottom' space became bigger...
Is there any way to adjust an iframe's height property to it's content? What am I doing wrong?
Tnx in advance
Greetz
VBMim
I have a problem and it-is-driving-me-NUTS!!!
I have an IFrame which shows an asp page that builds up a simple table. The problem is that there is a quite deal of white-space before and after the table. I'm trying to get rid of that white-space and did all of the following
* iframe property height: changing it has no effect at all (no bigger, no smaller), I tried both percentages and normal values
* iframe properties hspace, vspace = 0 : no effect
* iframe property style="top:0px;bottop:0px;position:relative" : no effect. without 'position:relative' the white-space on the bottom of the table is huge (I would say about a 250 px).
* in the asp, body properties bottommargin=0 topmargin=0: I had a little effect here, the 'before' space became a little smaller, but the 'bottom' space became bigger...
Is there any way to adjust an iframe's height property to it's content? What am I doing wrong?
Tnx in advance
Greetz
VBMim