- From: Daniel Clemente <n142857@gmail.com>
- Date: Sun, 27 Mar 2005 20:10:30 +0200
- To: www-amaya@w3.org
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 UTC