PDA

View Full Version : I-Frame Help


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

George Cee
10-13-2003, 07:57 AM
Yo,

I see your problem, which is a common mistake i have. Replace "hieght" with "height". Should work...

George

PS, I always have to remind myslef..I before E except after C...too bad it doesnt work with height!

bigmike
10-13-2003, 09:59 AM
:( man do i feel embarrased
i can't believe i spelt that wrong.........
there was no tag markings on 1st page to tell me i spelt it wrong or anything like that

sorry for this one:o
Thank you for the help

dabbler
10-13-2003, 11:25 AM
Dont feel bad! We all do it!

Did you know?
Aoccdrnig to a rscheearch at Cmabrigde inervtisy, it deosn't mttaer in waht
oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the
frist and lsat ltteer be at the rghit pclae. The rset can be a total mses
and you can sitll raed it wouthit porbelm. Tihs is bcuseae the huamn mnid
deos not raed ervey lteter by istlef, but the wrod as a wlohe. amzanig huh?

tmmoose
10-13-2003, 11:33 AM
Cool Dabbler....did not know that:D

Daybreak_0
10-13-2003, 01:11 PM
very nice Dabbler, and a cool example. but watch out for missing words like "a" (wouthit porbelm) :D

Pity html is not so forgiving. Hate when I done a whole lot of code and somewhere one ending div tag is missing the "/"

bigmike
10-13-2003, 03:27 PM
instead of making a new topic........
how do i make all of my text in a table align

i tried align="center"

but that did not work