insert main body text here :)

if you use this type of layout for a website, you could have pages open either into this main container or into the main window. in this specific example, i have named the iframes "left", "main", and "right", so if i had a link in the left or right section that i wanted to open up into the middle section, the link would have to look like this:

if the link is already in the main area, you don't need to do that. if you want a link from within these sections to open up into the main window, you'd have to add target="_parent", like this:

and if you wanted the link to open in a new tab, you'd add target="_blank":