Posted By: Erwin Blonk | Sep 30th @ 2:20 AM
page 1 of 1
Comments: 4 | Views: 517

I'm a systemadministrator forever trying to break into at least a beginners' level of programming and sometimes run into the simplest of problems (i.e. I think they are simple and that I just can't find the solution).

Working on a very simple website, I'm trying to figure out how to place a page within a page. On the side I have links to different html pages (photo albums). The idea is that that album appears in the middle of the page, comparable to, say, webmail, where the foldernames are to the left of the page and the folder clicked on appears to the left of that.

My biggest problem is that I can't search for a how-to because I don't know how you would call it (yes, it is that bad). Can anyone help me out, so I can take it from there?

Sven Groot
Sven Groot
My name has 9 letters. Coincidence? I think not...

In ASP.NET you could indeed use master pages for this. If you're using plain HTML you would have to repeat the common HTML on each page, or use frames (which is somewhat frowned upon these days, but can still be a valid approach in some circumstances).

W3bbo
W3bbo
The Master of Baiters

Note that you don't need an iframe to make a "scrollable" area in a web-page: any element with overflow: scroll; defined and a set size will behave that way.

page 1 of 1
Comments: 4 | Views: 517
Microsoft Communities