Page loading in Wrong Frame

J

JCO

90% of web is complete.
I added a Frame Page (along the bottom) after the fact. This bottom will
contain 3-hyperlinks. After completion of the first hyperlink, the page
loads on the bottom frame. I don't want this. The Bottom Frame should stay
consistent while each of the frames load in the main section.

Why did this do that? Is it easy to fix?
I suspect I did something strange when creating this bottom frame page after
so much of the web site is finished.

Thanks in advance!
 
S

Steve Easton

Is the bottom frame the only frame in the page??
If you want the content to load in another portion
of the page, you need a frame for it to load in and then
set that frame as the Target Frame.

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
J

JCO

Yes that has worked now. I did not realize their was a Target to set.
However, bottom Frame is not displaying the page that contains the links.

The server inserts an error message stating that theirs an error (no idea
what though).

I will look everything over again and see if something was omitted.
 
J

JCO

The page is loading okay now but the bottom frame has a very big boarder.
When viewing on the web, you can select the area of the bottom frame and
force it to scroll down. I don't want this.

How do I make this so it will not scroll?
How do I reduce the boarder so that the links on the bottom frame occupies a
very small part of the bottom website?
 
K

Kieren Evans

borders can be set by inserting HTML in HTML view into the frameset and the
frame tag, for example...

<frameset cols="190,*" frameborder="0" border="0">
<frame name="javacontents" src="contents.htm"
scrolling="auto" frameborder="no" noresize>

would set the border to 0 and make the frame non resizable by the user

--
Good Luck,
Hope I Helped,
Please Post Replies back to the
newsgroup so that it benefits
everybody and please do reply
to the newsgroup with progress

Kieren Evans
 
Top