View Single Post
Old 11-09-2003, 01:29 AM   #2
redmarkYankees
All Star Starter
 
redmarkYankees's Avatar
 
Join Date: Nov 2003
Posts: 1,283
I've just finished doing the same thing as a first attempt on a new league. It's not up yet (might never be if the commish doesn't like it), so I can't point you to it.

It's actually much easier than it looks.

Look at the source code of the default pages and see how they link up. (index.html, top.html, menu.html in ootp/html folder).

The easiest way to do it is using frames as the default pages do. Your navigation (e.g. menu.html) provides links to the main sections which open in the main contents frame, so you retain your header/menu etc for navigation.

Although you can have thousands of pages produced, there are really about 40 or 50 you need to provide links to, through a menu and sub menu's, if that. The player and team pages will link to each other, from main news pages etc. Go through the generated files to see which are the important ones to link to, design a front end, design a navigation system and thats it.
__________________
In times of universal deceit, telling the truth will be a revolutionary act.
George Orwell
redmarkYankees is offline   Reply With Quote