View Full Version : targeting link problem


xMrSTiMbErLaKex
07-24-2003, 05:20 PM
i use yahoo pagebuilder and i made my frames like this

<FRAMESET COLS="20%,*">
<FRAME NAME="leftframe" SRC="menu.html">
<FRAME NAME="rightframe" SRC="home.html">
</FRAMESET>

i use this as a target

<base target="rightframe">

i code this code which ws especially for pagebuilder but i use html formatted links like

<a href="http://" style="font-family: arial;color: #003366;font-size: 12px;text-decoration: none;" target="_top"></a>

i think that the targettin made for pagebuilder has caused a problem. When i click on a link on the menu it comes up but without the menu with it. im soo confussed

somebody please help thnx =)

Loren
07-24-2003, 05:32 PM
I believe your link should say:

<a href="http://" style="font-family: arial;color: #003366;font-size: 12px;text-decoration: none;" target="rightframe"> (or leftframe if you want the link to appear in the other frame)</a>

xMrSTiMbErLaKex
07-24-2003, 05:38 PM
Thanks alot !!

Loren
07-24-2003, 07:12 PM
Your Welcome