grumpy
05-28-2003, 08:21 PM
i added a frame to a site im makeing and when u click on the flash links i made with dreamweaver it trys to open it in the little left hand side of my site i need it to open it in the right side can someone plz help me
|
View Full Version : frame problems grumpy 05-28-2003, 08:21 PM i added a frame to a site im makeing and when u click on the flash links i made with dreamweaver it trys to open it in the little left hand side of my site i need it to open it in the right side can someone plz help me Elentari 05-28-2003, 08:35 PM You have to target your frames to the right side like so.... The right is the name of the frame that you want it to open in. <a href="page.html" target="right">Click Me</a> |