Hi, in Amaya 9.1 on Linux, I have found that some styles don't get applied the same way if they're defined inline than if they're on the <HEAD>. A screenshot of the problem is at http://www.danielclemente.com/linux/amaya91.png I attach the code below. Thanks for reading, Daniel Clemente. ---------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>mipa</TITLE> <style> #ima {vertical-align: baseline;} </style> </HEAD> <BODY bgcolor="#88ccff"> Inline style: <IMG style="vertical-align: baseline;" SRC="img1.png"> works<br> Style in HEAD <IMG id="ima" SRC="img1.png"> does strange things.<br> </BODY> </HTML> ------------------Received on Sunday, 27 March 2005 18:10:32 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:40 GMT