View Full Version : Refresh a certain frame?


bagheera99
04-16-2003, 01:11 PM
Okay, here's a link to the page I'm talking about:

http://www.angelfire.com/scary/sheepflock/index.html

Is there a way that I can make it so that when someone hits refresh, it refreshes the frame that has the green pages? (and not the index page)

Or should I just put a tiny "refresh" link at the top of each green page?

Also, I'd like the top banner to show completly (without having to scroll down a little). How can I get rid of the extra white space above the picture?

Thanks!

Loren
04-16-2003, 04:02 PM
I think you can take out the break tag and leave the <hr> tag and it will still break but won't put the white space. Try that and see if it works.

lefty
04-16-2003, 04:18 PM
In terms of the refresh stuff, put this code in the pages you want to refresh:

<meta http-equiv="refresh" content="5">

The "content" number is the number of seconds until the next refresh, I suggest putting something higher than five. That's just an example up there. :)

And to get rid of any extra white space on your top page, try adding topmargin=0 to your <body> tag.