Forum Moderators: open

Message Too Old, No Replies

webpage design help?

Need suggestions

         

bornagain08

3:07 am on Apr 17, 2009 (gmt 0)

10+ Year Member



I am an amature web designer. I was wondering if there is a code to make related content show in a different table linked from a word in another table. example. "Trains" in one table. I want pictures of trains to show in the other table, like a catalog.

thanks,

any help would be appreciated.

bornagain08

tedster

4:25 am on Apr 17, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello bornagain08, and welcome to the forums.

It's not exactly a table, but an iframe will do what you describe. See the W3Schools page [w3schools.com] for details and a utility where you can experiment with the code.

What you can do is have the links in your regular page and a click will display a different image in the iframe. The image is technically served on a different page (different urls) but it will display in another part of the same window.