- From: Laurent Carcone <laurent@w3.org>
- Date: Wed, 19 Oct 2005 14:05:35 +0200
- To: guglielmetti@tin.it
- Cc: www-amaya@w3.org
Hello, In fact, this problem didn't come from the dot but from the <br/> element. I guess you selected the whole line (including the <br/>) when you tried to create an anchor, and you got the following message in the status bar : "An anchor cannot contain these elements". If you select only "W3C.org" without the <br/>, the creation of the anchor works fine. Anyway, this bug is now fix in cvs version. Thanks for the report, Laurent Carcone > > 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/
Received on Wednesday, 19 October 2005 12:06:14 UTC