Re: internal links

Roger C. Chuang (cchuang@niu.edu)
Mon, 24 Nov 1997 09:48:40 -0700

Laura,

Check this out.

In A.HTML

<A HREF="B.HTML#HEADING"> GO TO B.HTML#HEADING</A>

In B.HTML

<A NAME="HEADING">
....
....
....

Do you see there is a little difference to your html source?

Best regards,
Roger Chuang

Laura Laughlin wrote:
>
> I hate to introduce myself to the group with an extremely
> basic question but it's that or pull my hair out, I've
> already spent too long on this
>
> Internal links:
> you know -
> <a HREF="rgn1.htm#who">
> <A NAME="who">
>
> any one know why these will not work in Netscape 3? They
> work in IE.
> couple of issues:
>
> Rather than going to the part of the document to which they
> are linked, it either goes to the end of the document or
> the middle of the document, consistently.
>
> I'm linking from a Table of Contents doc to the rgn1 doc. Is
> that the problem?
> I know these links are case sensitive.
> Unfortunately the documents are already on line, you can see
> how they aren't working at
>
> www.ospr.niu.edu/jobgap/midwest.htm
>
> I'd appreciate any assistance on this
>
> Laura Laughlin