Not getting any expanding but by eliminating the <p> (which wasn't closed) and the <div> you can narrow the row height:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Document sans nom</title>
</head>
<body>
<table width="98%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td onmouseover="this.style.backgroundColor='#FFFF00'" onmouseout="this.style.backgroundColor='#FFFFFF'">
<a href="dddd" class="Style2">dddd</a>
</td>
<td>ddd</td>
<td>sddsds</td>
</tr>
</table>
</body>
</html>
and by placing the color change on the cell you'll solve the other.
Last edited by TheBearMay; 12-22-2006 at 10:01 AM.
54 68 65 42 65 61 72 4D 61 79
Bookmarks