Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

iframe inside a table, is this possible?

Status
Not open for further replies.

daveigh

Programmer
Oct 9, 2003
105
hi guys, i usually avoid using frames, and i specifically avoided iframes...but one client wants to copy how the basic layout of this site does:


when i opened that site it used 4 frames instead of iframes, but i think the latter will do the perfect trick. but when i tried to apply it on my default page, the iframe source wont show up. can anybody help me? here is my code:

<table width="768" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="34" rowspan="2" align="left"><img src="images/leftmargin.gif" width="30" height="1011"></td>
<td valign="top" height="230" bgcolor="#FFFFFF">Flash top goes here</td>
<td width="34" rowspan="2" align="right"><img src="images/rightmargin.gif" width="30" height="1011"></td>
</tr>
<tr>
<td valign="top">
<!--main goes here-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" valign="top">
<tr>
<td valign="top">
<iframe src="main.asp" width="100%" height="781" align="top" frameborder="0"></iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>

any idea will do.. thanks a bunch!

_______________CRYOcoustic_____________
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top