Hi, In Amaya 11.0 for Windows XP when a html document is saved as in another directory, the links to html files are broken. Steps to reproduce: 1. Create two directories (test1 and test2) 2. In the test1 directory copy 3 files (test.html, test.css and test.png) 3. In the test1 directory create a document with links to the three test files. For instance, links.html: <p>Link to <a href="test.html">html</a></p> <p>Link to <a href="test.css">css</a></p> <p>Link to <a href="test.png">png</a></p> 4. Save the document as link2.html in the test2 directory. Result: <p>Link to <a href="test.html">html</a></p> <p>Link to <a href="../test1/test.css">css</a></p> <p>Link to <a href="../test1/test.png">png</a></p> Expected result: <p>Link to <a href="../test.html">html</a></p> <p>Link to <a href="../test1/test.css">css</a></p> <p>Link to <a href="../test1/test.png">png</a></p> Best regards, Bartolomé Sintes http://www.mclibre.orgReceived on Thursday, 8 January 2009 10:30:42 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 8 January 2009 10:30:42 GMT