W3C home > Mailing lists > Public > www-amaya@w3.org > October to December 2005

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

From: Cristiano Guglielmetti <guglielmetti@tin.it>
Date: Sun, 16 Oct 2005 22:53:30 +0200
To: "ML W3C Amaya" <www-amaya@w3.org>
Message-ID: <000001c5d293$aaa172a0$0201a8c0@ghost1>

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 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:41 GMT