riotgirrl
05-26-2004, 04:05 AM
http://www.geocities.com/bikinikillstarfish/ can you guys take a look at what my problem is... ad hard as i try to understand how to make the links open in the frame i cant can someone plz help!!! undefined
|
View Full Version : Targeting!!!! riotgirrl 05-26-2004, 04:05 AM http://www.geocities.com/bikinikillstarfish/ can you guys take a look at what my problem is... ad hard as i try to understand how to make the links open in the frame i cant can someone plz help!!! undefined Valkyrie 05-26-2004, 04:11 AM All your links should target "inlineframe". Your links would look like: <a href="home.html" target="inlineframe"> Home</a> shadow252 05-26-2004, 04:15 AM This is the code you have for your links and stuff.. you need to add the stuff I put in BOLD! <td align="center"><font color="#FF00A5" face="Helvetica"><span style="font-size:14">.Navagation.<br></span></font><font color="#00FFF5" face="Helvetica"><span style="font-size:14"><br></span></font><a href="http://www.geocities.com/bikinikillstarfish/bio.html" target="main.html"><font color="#00FFF5" face="Helvetica"><span style="font-size:14">Bio</span></font></a><font color="#00FFF5" face="Helvetica"><span style="font-size:14"><br>Band<br></span></font><a href="http://www.geocities.com/bikinikillstarfish/music.html" target="main.html"><font color="#00FFF5" face="Helvetica"><span style="font-size:14">Music</span></font></a><font color="#00FFF5" face="Helvetica"><span style="font-size:14"><br></span></font><a href="http://www.geocities.com/bikinikillstarfish/pictures.html"target="main.html"><font color="#00FFF5" face="Helvetica"><span style="font-size:14">Pictures</span></font></a></td> </tr></table></div> Hope that helps! All your links should target "inlineframe". Your links would look like: <a href="home.html" target="inlineframe"> Home</a> But wouldn't it have to target to her frame by using the url of it? Like her frame is: http://www.geocities.com/bikinikillstarfish/main.html ? shadow252 05-26-2004, 04:17 AM All your links should target "inlineframe". Your links would look like: <a href="home.html" target="inlineframe"> Home</a> But wouldn't it have to target to her frame by using the url of it? Like her frame is: http://www.geocities.com/bikinikillstarfish/main.html ? Valkyrie 05-26-2004, 04:18 AM In her code, it says the name is "inlineframe" <iframe name="inlineframe" src="main.html" width=500 height=500 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto></iframe> You have to target the name of your frame. The main.html is what shows in the frame. shadow252 05-26-2004, 04:20 AM oh ok.. woops my bad.. :buckt: riotgirrl 05-26-2004, 11:08 PM humm where do i enter the codes?! sorry im soo stupid art this hummm :buckt: Valkyrie 05-26-2004, 11:10 PM In your links, just put target="inlineframe" . I gave an example in one of my other posts above. ;) Edit: What code? riotgirrl 05-26-2004, 11:10 PM Thanx alot everyone humm one more thing...sorry.. umm where do i enter the code? Sheila 05-27-2004, 09:01 AM Like Valkyrie said, which code are you talking about? |