- From: Claudio Nieder <claudio@dial.eunet.ch>
- Date: Tue, 13 May 1997 23:01:41 +0200
- To: Vincent.Quint@inria.fr
- CC: Amaya mailing list <www-amaya@w3.org>
Hi, Vincent QUINT wrote: > What version are you running? on what platform? Could you send me > a (short) HTML file that shows the problem? This is one of my files shortened down to what is needed to show the bug. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>Catalog of useful link</TITLE> </HEAD> <BODY> <IMG src="bar.gif" border="0"> </BODY> </HTML> I stored that as t.html. I call amaya t.html and in Amaya I just press the Save Icon. When I do a cat t.html in another xterm I see: <img src="bar.gif"> If I select the image and open the attribute menu, I see that the border item "checkbox" is selected. The attributes window opened shows me value 0. I change this to say 3, press apply then done, and then press the save button again. Then I look at the file again, no border in the img tag. I then tried to create a new document, and I just added the image and then added the border attribute wth value 3 and saved the file. This is what got saved: <!doctype html public "-//w3c//dtd html 3.2 final//en"> <html> <head> <title> No title</title> <meta name="GENERATOR" content="amaya V1.0a Beta"> </head> <body> <img src="/usr/people/claudio/bar.gif"> </body> </html> I then tried to add width and height attributes. The same problem there. I use Amaya 1.0a Beta on an SGI Indy with IRIX 5.3. claudio PS: I like it, that you now write out the tags in all lowercase and not uppercase as Amaya 0.95 did! -- Claudio Nieder - Kanalweg 1 - CH-8610 Uster - Switzerland mailto:claudio@dial.eunet.ch http://www.aps.ch/~claudio/
Received on Wednesday, 14 May 1997 00:22:15 UTC