View Full Version : links appearing in content area


anders5000
01-12-2007, 06:03 AM
i am using tables, i want to have a simple header, nav bar on the left and main content on the right...how do i have links opening in the right column area and not linking to a new page that doesn't have the nav bar.

newbi
01-12-2007, 07:58 AM
You would first name your main column where you want the content to appear (such as name="content") and then target your link to that by making your link look like this:


<a href="webpage.html" target="content">This is my web page</a>

anders5000
01-12-2007, 12:12 PM
ok thanks...hmm so how do i name the table/main column.