Previous Message
Next Message

Problem in table

Sent by Fabien Meghazi on 31 January 2005 12:12


Hi all,

I know this is a table problem and tables a deprecated, but I'm trying
to abandon transitional to strict mode and I've a strange behavior.

If you test this code, you'll see that there's a space between the
image and the end
of the cell. Does someone knows why ?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">

<html style="height:100%;">
<head></head>
<body style="height:100%; margin:0px 0px 0px 0px;">

	<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="1">
	<tr>
		<td>
			<img
src="http://images.google.com/images?q=tbn:jSJQMufxpjcJ:image.gsfc.nasa.gov/press_release/2000_05_31/aurora_0095.jpg"
alt="" border="0"/>
		</td>
		<td width="100%" valign="bottom">
			&lt;------ Do you see the space between the bottom of image and the
cell border ?
		</td>
	</tr>
	<tr>
		<td height="100%" valign="top">
			Cell 2
		</td>
		<td width="468" valign="top" style="padding: 8px 8px 8px 8px">
			Cell 3
		</td>
	</tr>
	</table>

</body>
</html>


-- 
Fabien Meghazi
http://www.amigrave.com
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: