If you prefer fewer long pages instead of many small pages you will probably meet the problem of having two events on the same date in different places in the file. The simple format of a date based name tag falls over here as the browser homes in on one or the other anchor...

The solution to this is to include extra information in the entry - sufficient so that the browser can distinguish the two tags.

    <H1>The Dance series, Location</H1>
     .....
    <DT>
    <A Name="D.RANTAN.19931009">Saturday, 9 October 1993</A>:
    <DD>
    <A Name="B.Dance. English Ceilidh">Ran Tan</A>, caller
    <A Name="C.">Gordon Potts</A>
    <A Name="D.END"></A>:
     .....
     .....
     .....
    <DT>
    <A Name="D.LNB.19931009">Saturday, 9 October 1993</A>:
    <DD>
    <A Name="B.Dance. English Ceilidh">Late Night Band</A>
    <A Name="D.END"></A>:

The diaries then collect links to .....where-ever.html#D.RANTAN.19931003 and .....where-ever.html#D.LNB.19931003 and the browsers treat them separately.