View Full Version : Iframes and stuff


Pozest star
05-27-2003, 05:12 PM
Ok, how many people have asked about Iframes here? Yeah bunches right? But even after reading a lot of those threads I still need help. ^^; I have 2 questions.

1) OK, I know the HTML and everything for an Iframe but everytime I put it on/in/whatever the page my slices break up and stuff. Could it be Geocities or am I doing something wrong?

2) If I were to click on a botton how would I have the page open in the Iframe?

Yeah, I'm a noob when it comes to Iframes but I'd really like to learn how to work with them. Thanks.

http://www.geocities.com/pozest_star/index.html

As of now the Iframes are off the site, so if you clikc on anything it's going to a new page.

amicus
05-29-2003, 02:03 PM
it looks like you have your 'iframe' tag inside of the 'body' tag. the layout is slightly shifted around because the tables cells are not the same size so the centers and middles of each cell don't line up with the ones next to it.

body bgcolor="#FFFFFF" link="#0000FF" vlink="#000099" text="#000000">
<iframe src ="http://www.geocities.com/pozest_star/updates.htm" name="main" width="485" height="482" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>