View Full Version : Ugh! Another layout problem! *hangs*


Red Remedy
04-23-2006, 01:09 AM
Anyway, I have the same problem I had with the other one on this layout. =(

This is my site (http://www.freewebs.com/victory-on-ice)

Notice how when you click on "About me", it pops up in a new window.

I've tried:

<a href="aboutme.html" target="frame">About Me</a>

and

<a href="aboutme.html" target="main">About Me</a>

But it's not working...Can anyone give me the code, PUH-leeze?

BlueSync
04-23-2006, 01:25 AM
When you target something, it has to be valid. In your case, your iframe is named "content".. Therfore when you link, you have to target "content".





<a href="LINKHERE" target="content">Link text</a>

Red Remedy
04-23-2006, 01:37 AM
Thanks! I'll try that! =p