View Full Version : Linking


Fool of a Took
03-17-2003, 08:17 AM
Ok, so I finally figured out how to do the frames. Now I can't quite figure out how to link pictures to other sites.

I know the code for it, and that you have to put _blank so it won't get stuck in your frames, but where do I put it?

I'm using pagebuilder (Geocities), and when you need to link something you click on the link button and a little box shows up. If I paste the code into there it doesn't work. I don't know where else to put the code. Does anyone know?

Thank you.

epolady
03-17-2003, 08:23 AM
place target="_blank" in your link tag (i.e. <a href="URL.com" target="_blank">)

I'm not sure how the pagebuilder works, you might want to try using the advanced editor and manually put in target="_blank" in the linking tags.

Ankeys17
03-17-2003, 11:50 PM
ok i know how to get out of frames into a new browser but how do you open up a link in the same browser but still get rid of the frames. i thought it was target="top" but that isn't working. please help me out! thanks.

starlet
03-18-2003, 12:50 AM
try target="_top"

Ankeys17
03-18-2003, 01:15 AM
oh yeah! duh...just forgot the little underscore. thanks.