PDA

View Full Version : creating a dynamic table


leptogenesis
03-17-2005, 06:10 PM
For a school/public service project, I am creating a web site that contains interviews that show the history of my hometown.

I want to make it so that each interviewee has his own separate webpage, so that the webpage can be seen from many different webpages across my website. However, I also want it to be easy to add to in the future, for people who do not necessarily know very much about HTML.

Hence, I would like a webpage that can change its size based on how many interviewee's webpages there are.

I do know how to turn the interviewee's webpages into a javascript list, but I do not know how to change the size of an HTML table based on that list. Is it even possible?