Re: Anchor dilemma

> Hi,
> 
> I would like to know if the construction below is possible or not? (Because  
> the same text acts as a target and as a link.)
> 
> ... <A NAME="target"><A HREF="link_to_something">the text</A></A> ...
> 
> If it is wrong, I think I must use the syntax below:
> 
> ... <A NAME="target"></A><A HREF="link_to_something">the text</A> ...
> 

Try this:

... <A NAME="target" HREF="link_to_something">the text</A> ...

Received on Tuesday, 13 February 1996 08:30:25 UTC