Frame problems

liunx

Guest
I'm kind of new to this. I've designed a web page before in college but this time I'm trying something more indepth. OK, my question, I'm having a problem with tables and frames. I have 5 pages with a navigational bar along the left side. First I used tables, didn't like it. I've got a <frameset> now and it's what I'm looking for. However, when I hit my navigational buttons the new page shows up in the button area instead of in my display area. What's my problem? How do I make my links show up in the larger part of the screen and the buttons stay through out the 5 pages?? Please help, very frustrated and tired of reading....<!--content-->in the frame with the navigation links you need to set teh target.<br />
so your links will look like this<br />
<a href=http://www.htmlforums.com/archive/index.php/"yourlink.html target="rightframe">text</a><br />
<br />
that in bold it what you need. just change it so it is the name of your right frame.<!--content-->
 
Back
Top