Iframe, tables

liunx

Guest
<!-- m --><a class="postlink" href="http://duke-blue.50megs.com/main1.html">http://duke-blue.50megs.com/main1.html</a><!-- m --><br />
<br />
On this page, I'm using a table and an iframe. I have the table width set to 100% but it only occupys about 70%. I also want the iframe to occupy 100% of it's <td>. But it ends up that there is extra space on the sides of the iframe instead of the iframe filling its <td>.<br />
<br />
Suggestions?<!--content-->Looks OK to me.<br />
<br />
But the content pages can change with this in the <body><br />
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><br />
<br />
Then the extra space on the sides of the iframe will be gone.<br />
<br />
:cool:<!--content-->have you tried these in your TABLE tag...<br />
<br />
cellpadding="0" cellspacing="0"<!--content-->
 
Back
Top