Easy question about creating a webpage in dreamweaver ...

LordSnailz

Diamond Member
Nov 2, 1999
4,821
0
0
Sorry I'm new to dreamweaver so pls. bear with me ... I know some html but that was like 5 yrs. ago.

Okay, what I'm trying to do is create a webpage where if I click on the one of the link on the left hand column it would "go" to a new page within a frame.

Not sure if I'm making sense so here's a picture -
http://pics.apartment808.com/u...lordsnailz/dweaver.JPG

Basically, if I click on the first box on the left hand column, it would display a "page" on the big box on the right where the arrow points. Then if I click on the 2nd box on the left hand column, it would display a different "page" on the box in the right where the arrow is pointing.

The rest of the page should be the same, the only thing that changes would be the box where the arrows are pointing to.

I've seen this in many webpages but never knew how it's done ... anchor?

thanks in adv.!
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Well, when you make a frame layout page(The top level page), you give each frame a name. You can tell where you want the linke to load with the target attribute. i.e.

<a href="http://google.com" target="myframename" >Click me </a>