Andrew D. Gable
First Post
What is the HTML code to break free from frames? My website is framed, and when you click on a hyperlink on my links page, my side frame with the menu is still present. How do I make it go?
<a href="LINK_URL_GOES_HERE" taget="_top">LINK_NAME_GOES_HERE</a>
Kast said:While we're bashing frames, don't use tables either (unless of course you're displaying tabular data).