not really knowing much about html, i sorta got this off of a "how to" site, but it didn't really explain my problem i've now encountred. when i click on a link in the navbar, the new page opens where the nav bar is, not where the main portion of the site is. any ideas on how to modify the code to stop that would be great.
Question
Behold! My Pants
so i have this code to have frames on my site:
<HTML>
<HEAD>
<TITLE>benquilter.com</TITLE>
</HEAD>
<FRAMESET COLS="15%,*" FRAMEBORDER=NO>
<FRAME SRC="navbar.htm">
<FRAME SRC="main.htm" NAME=DISPLAY>
</FRAMESET>
<NOFRAMES>Noframes content...
</NOFRAMES>
</HTML>
not really knowing much about html, i sorta got this off of a "how to" site, but it didn't really explain my problem i've now encountred. when i click on a link in the navbar, the new page opens where the nav bar is, not where the main portion of the site is. any ideas on how to modify the code to stop that would be great.
Link to comment
Share on other sites
11 answers to this question
Recommended Posts