Thanks for the idea, Tony, but it didn't work. Here's the code for the Web page. When I add text to the middle column then the word "Services" in the left column gets pushed down. Any other ideas?
Thanks,
May
--------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>table problem</title>
</head>
<body>
<table width="700" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<!-- left vert line -->
<td bgcolor="#808080" width="1" nowrap></td>
</td>
<td width="125"><!-- sub-menu table -->
<table cellspacing="0" cellpadding="5" border="0">
<tr>
<td width="125" height="30" bgcolor="#85AEF3" class="submenutext" align="left" valign="middle" nowrap>Services</td>
</tr>
<tr>
<td bgcolor="#808080" height="2" nowrap></td>
</tr>
<tr>
<td valign="top" nowrap><a href="link1.asp" class="submenulink">link1</a></td>
</tr>
<tr>
<td valign="top" nowrap><a href="link1.asp" class="submenulink">link1</a></td>
</tr>
<tr>
<td valign="top" nowrap><a href="link1.asp" class="submenulink">link1</a></td>
</tr>
<tr>
<td valign="top" nowrap><a href="link1.asp" class="submenulink">link1</a></td>
</tr>
</table>
</td>
<td>
<!-- right vert line -->
<td bgcolor="#808080" width="1" nowrap></td>
</td>
<td width="20" nowrap><!-- spacer --></td>
<td width="433" valign="top">
<table width="433" cellspacing="0" cellpadding="0" border="0"><!-- asp content table -->
<tr><td height="15"><img src="1x1trans.gif" width="1" height="15" alt="" border="0"></td></tr>
<tr valign="top">
<td valign="top" class="normaltext">ASP content goes here<br><br><br>sample content on it's way<br><br><br>more content<br><br>and more</td>
</tr>
</table>
</td>
<td width="20" nowrap><!-- spacer --></td>
<td width="100" valign="top">
<table width="100" cellspacing="0" cellpadding="0" border="0"><!-- rhs buttons table -->
<tr>
<td height="10"><img src="1x1trans.gif" width="1" height="10" alt="" border="0"></td>
</tr>
<tr>
<td valign="top" align="right"><img src="samplebtntr.gif" width="90" height="60" alt="" border="1"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>