frontpage/html question

vshah

Lifer
Sep 20, 2003
19,003
24
81
i'm making a simple page in frontpage. i have a table with a bunch of links on the left, and one big cell on the right. i want the links to change the text/images in the cell. any way to do this??
tia,
-Vivan
 

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
If I'm understanding your setup correctly, you're not using frames. If you want to do this as you describe, I suggest you have your links in a left frame and your "cell" in a right frame. As a tip, these days nobody uses visible frame borders so avoid that while still using frames to accomplish the link targets.

sample
more on frames

I believe you can also accomplish this via javascript if you choose not to do frames (which I believe is the easier way).

The most involved/advanced way is to have an .html document for each link. Each .html document would have the same menu on the left with different content on the right (heavy use of tables). This is also often accomplished via "includes". Some people just really dislike frames.
 

vshah

Lifer
Sep 20, 2003
19,003
24
81
i know the frames method, but i'm just playing around and trying to find different ways to do the same thing...
time to look for info on includes...thanks :D