Creating links with dotted words and <br /> doesn't works properly

Amaya 9.2.2:

1.New XHTML 1.1 doc.

2.Insert text like:
<p>W3C.org<br />
The site of the W3 consortium</p>

3.WYSIWYG view, mouse select "W3C.org"

4.Create anchor to the URI with menu "Links - Create or change link..."

5.It is not possibile to do it. You need to select only the (left) part
before the dot "W3C", and then create the anchor. So you will have this
code:
<p><a href="http://www.w3c.org">W3C</a>.org<br />
The site of the W3 consortium</p>

6.So the ".org" not become hyperlink. You need to do manually in the
code view moving it before </a> tag. Finally you will have:
<p><a href="http://www.w3c.org">W3C.org</a><br />
The site of the W3 consortium</p>


Regards,
Cristiano Guglielmetti
http://xoomer.virgilio.it/guglielmetti/

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.12.1/136 - Release Date:
15/10/2005
 

Received on Sunday, 16 October 2005 20:53:45 UTC