- Impact
- 2
table not resizing
hey, i have a table which should stretch vertically to fit all the content in.... it works fine in firefox, but i took a look in Internet Explorer, and it doesn't.... any ideas why?
heres the code:
hey, i have a table which should stretch vertically to fit all the content in.... it works fine in firefox, but i took a look in Internet Explorer, and it doesn't.... any ideas why?
heres the code:
Code:
<table class="bordertable" cellpadding="0" cellspacing="0" width="180">
<tr>
<td align="center" class="tablehead" height="21" valign="middle"><b><p>Affiliates</p></b></td>
</tr>
<tr>
<td><iframe SRC="http://i.domaindlx.com/ballam/affiliates.asp" width="175" frameborder="0"></iframe></td>
</tr>
</table>






