bigmike
10-13-2003, 07:21 AM
I need some I frame help for my webpage
I hope to have
Left Side
Links
Right Side
Content in a I frame
My problem is the I-Frame is short and I can not get the frame longer. It is in a 2 columed 1 row table.
here is the source
<table hieght="100%" width="100%">
<tr width="100%" hieght="100%">
<td width="20%" hieght="100%"><u><b>Links</u></b><br>
<a href="http://www.geocities.com/addictedtorock69/stuffiminto.html" target="content">stuff i like</a><br>
<a href="http://www.geocities.com/addictedtorock69/games.html" target="content">games i like</a><br>
<a href="http://www.geocities.com/addictedtorock69/gamereviews.html" target="content">click here to see my game reviews</a><br>
<a href="http://www.geocities.com/addictedtorock69/myjournal.html" target="content">my online journal</a><br></td>
<td width="80%" hieght"100%"><iframe name="content" frameborder="0" width="100%" hieght="100%" src="http://www.geocities.com/addictedtorock69/j.html"></iframe></td>
</tr>
</table>
I am wondering how do I get the table and I frame all the way down the page
I attached the HTML document
I hope to have
Left Side
Links
Right Side
Content in a I frame
My problem is the I-Frame is short and I can not get the frame longer. It is in a 2 columed 1 row table.
here is the source
<table hieght="100%" width="100%">
<tr width="100%" hieght="100%">
<td width="20%" hieght="100%"><u><b>Links</u></b><br>
<a href="http://www.geocities.com/addictedtorock69/stuffiminto.html" target="content">stuff i like</a><br>
<a href="http://www.geocities.com/addictedtorock69/games.html" target="content">games i like</a><br>
<a href="http://www.geocities.com/addictedtorock69/gamereviews.html" target="content">click here to see my game reviews</a><br>
<a href="http://www.geocities.com/addictedtorock69/myjournal.html" target="content">my online journal</a><br></td>
<td width="80%" hieght"100%"><iframe name="content" frameborder="0" width="100%" hieght="100%" src="http://www.geocities.com/addictedtorock69/j.html"></iframe></td>
</tr>
</table>
I am wondering how do I get the table and I frame all the way down the page
I attached the HTML document