View previous topic :: View next topic |
Author |
Message |
gymboy689 -
Joined: 04 Jan 2004 Posts: 87
|
Posted: Sun Feb 15, 2004 7:20 pm Post subject: HTML help with frames |
|
|
ok, i have this
Code: |
<FRAMESET COLS="177,1*">
<FRAME SRC="links.html" NAME=TOC FRAMEBORDER=0 Title="Navigation frame">
<FRAME SRC="main.html" NAME=Content MARGINWIDTH=10 MARGINHEIGHT=5 FRAMEBORDER=0 >
<NOFRAMES> |
the links page is on the left, and main is the center/main part of my page. When i click a link in the links page, i want it to open in the main page, but it opens in the links page. How do I make it open in the main page? |
|
Back to top |
|
 |
some random person -
Joined: 06 Oct 2003 Posts: 128 Location: I live here! At my house!
|
Posted: Sun Feb 15, 2004 8:19 pm Post subject: |
|
|
Ok...
Do you have the target set to content for your links? Like
Code: |
<a href="link.html" target="content">link here</a>
|
Otherwise, it will just open that page within the frame. _________________ New image comming soon...
Image hosted by abyss powered website
Image copyright some random person (I made it......)
Abyss > Apache (Meaning abyss is better than apache)
My site powered by abyss->(Undergoing construction) |
|
Back to top |
|
 |
gymboy689 -
Joined: 04 Jan 2004 Posts: 87
|
Posted: Sun Feb 15, 2004 9:22 pm Post subject: |
|
|
thanks!! i got the frames working and my site is all up! _________________ http://jeremythegeek.com |
|
Back to top |
|
 |
|