Managing 100+ pages

windows

Guest
I need to make a section of a website that contains a page for each band. There will be about 100 in total. What's the best way to manage this? The page title, the band name, and a main content will change on each page but the layout will stay consistent. What is a good way to construct this so that if I want to change layout, I don't have to change 100 pages worth. Thanks.PHP / ASP does exactly what you are trying to do. See if your server supports either. If you do not think that is something you can handle, you may wish to either use basic Frames or iFrames.I'm sorry see <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/showthread.php?p=383245#post383245">http://www.webdeveloper.com/forum/showt ... post383245</a><!-- m -->
 
Back
Top