Sunanda:

> I think the problem is that there is no content in the anchor reference. 
For 
>  example, the target for #069 is (angle brackets changed to square one to 
> stop 
>  HTML being interpreted as this email speeds its way to you)

I take back the above comment. I should think a bit more before posting.

The problem is that the anchor name contains a hash mark. Remove that, and it 
works.

not:
[A NAME="#069"][/A]

but:
[a name="069"][/a]

(Lowercase is preferable, but not currently essential)

# is used in URLs to separate the fragment id from the file name part, so the 
link-from part must contain a # (meaning "go to a fragment on this page"):

[a href="#069"]What should I do if I find an error in the FAQ?[/a]

But the target must not.

IE is more forgiving, at least in quirks mode; I don't know what it would do 
if the !DOCTYPE was valid and complete. Mozilla and Opera are more standards 
exacting.

Sorry for the earlier advice,

Sunanda.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to