"thedarkman" wrote in message
When I learned the basics a decade ago, this was as follows:
so now you are telling me it should read what:
<a name="jumptohere"></a>
I'm sure it was NEVER like that before.
I searched for my oldest HTML files, and it seems to be this, from August
1996, when I had been on-line for only a couple of months. I think I did
some HTML by hand, but otherwise I often used Netscape Gold, which allowed
WYSIWYG editing and updating directly from the browser. In this case
apparently I used a version of MS Word:
<META NAME="GENERATOR" CONTENT="Internet Assistant for Microsoft Word
2.0z">
This file has a series of links, which IIRC worked properly at one time:
<UL>
<LI><A HREF="#DESC" >Description </A>
<LI><A HREF="#DUES" >Dues</A>
<LI><A HREF="#EVENTS" >Events </A>
</UL>
And the anchors apparently were built into the H2 tags, so the HREF would
find the next occurrence of the reference:
<H2>DESCRIPTION: </H2>
<P>
The Baltimore Singles Network consists of over 200 men and women...
<A HREF="bsninfo#DESC" >More details...</A>
<HR>
<H2>EVENTS: </H2>
<P>
Each activity is sponsored by one or more members, who are totally...
<HR>
I'm sure these worked at that time, and I must have learned to do that from
some sort of example or basic reference. The actual page is on the server
at:
http://www.bsn1.org/BSNHOME.HTM#OTHER
Note that this is the URL that was generated by clicking on the "Other
Items" link, but it does not work. I don't know when this stopped working.
The "new" home page uses the following to define the anchors:
<H2><A NAME="OTHER">Other Items and Links: </A></H2>
This page can be seen at
http://www.bsn1.org. I stopped actively maintaining
the site around 2002 when I discontinued the organization, but I keep the
site up for historical purposes and perhaps a future reincarnation.
Paul