View Full Version : How Do I Fix This?!


Billie Jean
04-26-2003, 04:03 AM
Will someone help me cause I'm so dumb! How come when I click on a link it comes up in the left frame and not the right?!

alkaline39
04-26-2003, 05:42 AM
you probably didnt target it right, post your code

MaGiCSuN
04-26-2003, 12:30 PM
add target="right" to your <a href> code

if need you have to change 'right' to the name of your right frame, it's in your frame code. If not, then add name="NAMEHERE" to your right frame code and also add the target part to the links

so as example fi you named your right frame 'right' your links would look like this:

<a href="linkhere.html" target="right">linknamehere</a>

Love,
Mirna