Hyperlink to different table column?

S

Steve Grosz

I'm trying to set up a page that has a menu in 1 column in a table, and have
the appropriate information show up in one of the other columns in the
table, different than the menu column.

Is it possible to do this? I've thought of doing it with bookmarks, but
that doesn't seem to be working for me.

Thanks,

Steve
 
K

Kevin Spencer

Sounds almost like a FrameSet to me.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
R

Rick Budde

I would suggest you set up the menu as an Include Page
(see Help) in your left hand column. The reason I suggest
the Include Page approach will allow you to cahnge the
hyperlinks to the various pages in your web site in one
place (on the Include Page).

I would then use your first page (the on including both
columns) as a template for all of the other pages of your
site which would then be called using hyperlinks from the
menu. To accomplish this, simply use File Save As and
save the page under a different name.

Set up your hyperlinks on the Include Page.

I hope this makes sense.
 
S

Stefan B Rusynko

Then you will need to use DHTML and layers/CSS
- you may find something at http://www.dynamicdrive.com/dynamicindex1/




| Except I'm trying to do it without using frames.
|
| Steve
|
| | > Sounds almost like a FrameSet to me.
| >
| > --
| > HTH,
| > Kevin Spencer
| > .Net Developer
| > Microsoft MVP
| > Big things are made up
| > of lots of little things.
| >
| > | > > I'm trying to set up a page that has a menu in 1 column in a table, and
| > have
| > > the appropriate information show up in one of the other columns in the
| > > table, different than the menu column.
| > >
| > > Is it possible to do this? I've thought of doing it with bookmarks, but
| > > that doesn't seem to be working for me.
| > >
| > > Thanks,
| > >
| > > Steve
| > >
| > >
| >
| >
|
|
 
Top