Trouble with frames...again :(
Hi,
first of all i would like to thank the very helpful people who sent me the frame tutorial links..i managed to establish a web page with frames copied from [url="http://www.britneyspearscafe.com*"]http://www.britneyspearscafe.com*[/url] and encounted a major problem.. after spliting the screen in a ratio of 25% : 75% i made two separate HTML pages and named them "main.htm" (25%) and "hanson.htm" (75%) , then in the "main.htm" page which i created with mocrosoft word i added a link which i hoped would open in "hanson.htm" also created with word, this was not the case... the link "pictures.htm" opened in the 25% browser frame... this is really annoying me.... by the way.. the frames aren't for http://drive.to/twins anymore i have tried to create another page, but that is beside the point.. once again thanks for your prompt replies .. does anyone know how to direct the links so they open in the mainbrowser (75%) ?????
Thanks for reading Melissa [email protected]
ICQ# 57902276 AOL IM: TWINS_AUST
*here is a copy on the frames HTML i used
<title>Britney Spears Cafe</title>
<FRAMESET COLS="20%,80%">
<FRAME SRC="newbase.html" NAME="frm1">
<FRAMESET ROWS="50" border=0 frameborder="no" bordercolor="#808080">
<FRAME SRC="newmain.html" NAME="frm2" >
</FRAMESET>
</FRAMESET><p>This page has been accessed 72,197 times since 08/01/1999<p>
whats the problem?
x.x Melissa x.x
RC posted this at 15:50 — 18th December 1999.
They have: 89 posts
Joined: Sep 1999
OK.
See how you named the two frames "frm1" and "frm2"? If you wanted something to load into "frm1" then in the <a href> part you need to add this
<a href="pictures.html" target="frm1">
Melissa posted this at 11:48 — 19th December 1999.
They have: 6 posts
Joined: Dec 1999
Thans RC i will try that.
Melissa
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.