Frames

M

Matt M

Hi i was wondering how do you make frames in FrontPage
2002 that allows people who click on links on the left to
see the page on the right?

Matt M
 
S

Stefan B Rusynko

File New Page and select the Frames Tab Templates

PS
- If you don't understand frames don't use them




| Hi i was wondering how do you make frames in FrontPage
| 2002 that allows people who click on links on the left to
| see the page on the right?
|
| Matt M
 
A

Andrew Murray

you need to define the 'target' in the hyperlink dialogue box. to reflect the
frame name or file name for that frame-page.

so if you have a link in the left frame and you want the linked page to load in
the main frame your <a href would be <a href="thispage.htm" target="main">This
link</a>

or similar - but you don't have to write the code, you can set it through the
GUI.
 
Top