View Full Version : Help!!


~LilAngelKiss~
04-25-2003, 10:14 PM
I'm having some problems with frames. I got my main page inside the frame where all the content goes but everytime you click on a link on the menu to take you to another page on the site, the page pops up in a new window without the menu. I want all the pages to appear in the main frame. Somebody please help me![SIZE=1][FONT=century gothic][COLOR=royalblue]

y2j514
04-25-2003, 10:26 PM
in your links, you have to add something for example:
<a href="where u want 2 go.html" TARGET="the name of your main frame">.......</a>

~LilAngelKiss~
05-01-2003, 12:08 AM
Thanks!