Link Changes Needed for Statistics Updates

1. correct "modified date" at top of file in comment block 2. change schedule in "index.html" a. put in score b. make score link to "scores.htm" e.g. - <A HREF="scores.htm#mar24">7-17</A> (date of game) c. make anchor tag for link in "b." above in "scores.htm" at the appropriate game result description e.g. - <A NAME="mar27"></A> 3. correct "scores.htm" a. add Game Statistics link at bottom of game description paragraph. Link it to the correct statistics document and the specific place in the document e.g. - <A HREF="stats/bvstats.htm#arundel">Game Statistics</A> b. add anchor tag in just before the correct place in "bvstats.htm" list (either create specific game list in bvstats or take out comment tags if list is already created in "bvstats.htm") e.g. - <A NAME="liberty"></A> 4. correct "bvstats.htm" a. add game to list (or take out comment tags if already there) b. make links to statistics table pages 1. game03a.htm 2. game03b.htm 3. game03c.htm e.g. - <A HREF="game02a.htm">1st Half</A> c. WATCH OUT for the last </UL> at the bottom of the whole list - don't recopy it or the list won't work </BODY> </HTML>