help with iframes

liunx

Guest
i just kind of figured out how to do frames although, i am a little confused of some aspects!<br />
i am also having a problem with my frames<br />
<br />
when you click on a link, and then click on back home...something weird happens...it adds another outline to the frame at the bottom of the main page! how do i fix this?<br />
here is my site: <!-- m --><a class="postlink" href="http://www.geocities.com/pinevalleyprincess">http://www.geocities.com/pinevalleyprincess</a><!-- m --><br />
<br />
thanks for any help!<!--content-->What I think its doing is its loading the entire index.html page back inside the iframe, are you following me? Each time you go to an internal page and click the back home link it reloads the index page back into the iframe in a sort of snowball effect. Try using this instead: <br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.geocities.com/pinevalleyprincess/main.html">Back Home</a><br />
<br />
that will load the main.html page in the iframe instead of the index.html page.<!--content-->You might also want to take a look at your "tag board" it wouldn't work for me.<!--content-->thanks, that worked!<!--content-->
 
Back
Top