RE: <img ... height="x%">

> From:	Irene VATTON [SMTP:Irene.Vatton@inrialpes.fr]
> 
> height is defined as a Length
> 
	[DJW:]  It's very definitely defined as Pixels
	(the definition depends on the element).  This is
	the HTML 4.01 Transitional attribute list for TH
	and TD - note the %Pixels;:

<!ATTLIST (TH|TD) -- header or data cell --
%attrs; -- %coreattrs, %i18n, %events --
abbr %Text; #IMPLIED -- abbreviation for header cell --
axis CDATA #IMPLIED -- names groups of related headers--
headers IDREFS #IMPLIED -- list of id's for header cells --
scope %Scope; #IMPLIED -- scope covered by header cells --
rowspan NUMBER 1 -- number of rows spanned by cell --
colspan NUMBER 1 -- number of cols spanned by cell --
%cellhalign; -- horizontal alignment in cells --
%cellvalign; -- vertical alignment in cells --
nowrap (nowrap) #IMPLIED -- suppress word wrap --
bgcolor %Color; #IMPLIED -- cell background color --
width %Pixels; #IMPLIED -- width for cell --
height %Pixels; #IMPLIED -- height for cell --
	>

[DJW:]  

-- 
--------------------------- DISCLAIMER ---------------------------------
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of BTS.

Received on Monday, 12 February 2001 06:30:37 UTC