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_____________
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_____________