Snitz
04-20-2007, 03:10 AM
<!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>Sfeir Trading</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="61" background="images/topbg.gif"> </td>
<td width="747"><img src="images/menu.gif" width="747" height="61" /></td>
<td background="images/topbg.gif"> </td>
</tr>
<tr>
<td height="85" background="images/headerbg.gif"> </td>
<td><img src="images/header.gif" width="747" height="85" /></td>
<td background="images/headerbg.gif"> </td>
</tr>
<tr>
<td background="images/topbg.gif"> </td>
<td><img src="images/logo.gif" width="747" height="195" /></td>
<td background="images/topbg.gif"> </td>
</tr>
<tr height="10">
<td height="10" background="images/longbg.gif"></td>
<td height="10"><img src="images/longbg.gif" width="747" height="10" /></td>
<td height="10" background="images/longbg.gif"></td>
</tr>
<tr>
<td height="100%" bgcolor="#FFFFFF"> </td>
<td valign="top"><table width="747" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="100%"> </td>
</tr>
</table></td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="bottom" background="images/footerleft.gif" bgcolor="#E6E8E9"> </td>
<td><img src="images/footer.gif" width="747" height="81" /></td>
<td background="images/footerright.gif" bgcolor="#D3D5D6"> </td>
</tr>
</table>
</body>
</html>
Here's a layout filled with tables, I'm trying to make the middle cell to go 100% on heights but it's not working
So far, I've done this and it didn't work
<tr>
<td height="100%" bgcolor="#FFFFFF"> </td>
<td valign="top"><table width="747" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="100%">here is what I want </td>
</tr>
</table></td>
<td bgcolor="#FFFFFF"> </td>
</tr>
Any other thoughts?
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Sfeir Trading</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="61" background="images/topbg.gif"> </td>
<td width="747"><img src="images/menu.gif" width="747" height="61" /></td>
<td background="images/topbg.gif"> </td>
</tr>
<tr>
<td height="85" background="images/headerbg.gif"> </td>
<td><img src="images/header.gif" width="747" height="85" /></td>
<td background="images/headerbg.gif"> </td>
</tr>
<tr>
<td background="images/topbg.gif"> </td>
<td><img src="images/logo.gif" width="747" height="195" /></td>
<td background="images/topbg.gif"> </td>
</tr>
<tr height="10">
<td height="10" background="images/longbg.gif"></td>
<td height="10"><img src="images/longbg.gif" width="747" height="10" /></td>
<td height="10" background="images/longbg.gif"></td>
</tr>
<tr>
<td height="100%" bgcolor="#FFFFFF"> </td>
<td valign="top"><table width="747" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="100%"> </td>
</tr>
</table></td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="bottom" background="images/footerleft.gif" bgcolor="#E6E8E9"> </td>
<td><img src="images/footer.gif" width="747" height="81" /></td>
<td background="images/footerright.gif" bgcolor="#D3D5D6"> </td>
</tr>
</table>
</body>
</html>
Here's a layout filled with tables, I'm trying to make the middle cell to go 100% on heights but it's not working
So far, I've done this and it didn't work
<tr>
<td height="100%" bgcolor="#FFFFFF"> </td>
<td valign="top"><table width="747" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="100%">here is what I want </td>
</tr>
</table></td>
<td bgcolor="#FFFFFF"> </td>
</tr>
Any other thoughts?
