Hi Jutta
I found this page "http://www.w3.org/TR/2002/REC-xhtml1-20020801/";, take a look 
at it, these are the recommendation for xhtml.
I found that we can link to a location in a page without the use of <a 
name="xx"></a>
Assigning the target paragraph an id with it is better :
<p id="par_id">
text
text
</p>
or
<h2 id="par_id">title of the paragraph</h2>

what do you think ?

Reply via email to