Q
quietman
Hello all, and here is my problem.
<html>
<head>
<title>Title</title>
</head>
<body>
<table width="748" border="1" cellspacing="0" cellpadding="0"
bgcolor="#FFFFFF" height="295">
<tr>
<td width="374" height="14" colspan="2" valign="top">This cell must
remain at this height</td>
<td width="374" colspan="2" rowspan="2" valign="top" height="293">Main
site content here</td>
</tr>
<tr>
<td width="187" colspan="2" valign="top" height="277">More images/text
here</td>
</tr>
</table>
</body>
</html>
All works well with the cell containing, 'This cell must remain at this
height' until I begin adding a lot of content to cell containing 'Main site
content here'. If I add a lot of content such as:
<html>
<head>
<title>Title</title>
</head>
<body>
<table width="748" border="1" cellspacing="0" cellpadding="0"
bgcolor="#FFFFFF" height="295">
<tr>
<td width="374" height="14" colspan="2" valign="top">This cell must
remain at this height</td>
<td width="374" colspan="2" rowspan="2" valign="top" height="293">Main
site content
here<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br></td>
</tr>
<tr>
<td width="187" colspan="2" valign="top" height="277">More images/text
here</td>
</tr>
</table>
</body>
</html>
you can see how the top left hand cell begins to crawl down the page.No
matter what I do, I cannot 'lock' the height of this cell. I do not want it
to grow.
Please offer some help if you have a solution.
Thnak you.
<html>
<head>
<title>Title</title>
</head>
<body>
<table width="748" border="1" cellspacing="0" cellpadding="0"
bgcolor="#FFFFFF" height="295">
<tr>
<td width="374" height="14" colspan="2" valign="top">This cell must
remain at this height</td>
<td width="374" colspan="2" rowspan="2" valign="top" height="293">Main
site content here</td>
</tr>
<tr>
<td width="187" colspan="2" valign="top" height="277">More images/text
here</td>
</tr>
</table>
</body>
</html>
All works well with the cell containing, 'This cell must remain at this
height' until I begin adding a lot of content to cell containing 'Main site
content here'. If I add a lot of content such as:
<html>
<head>
<title>Title</title>
</head>
<body>
<table width="748" border="1" cellspacing="0" cellpadding="0"
bgcolor="#FFFFFF" height="295">
<tr>
<td width="374" height="14" colspan="2" valign="top">This cell must
remain at this height</td>
<td width="374" colspan="2" rowspan="2" valign="top" height="293">Main
site content
here<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br></td>
</tr>
<tr>
<td width="187" colspan="2" valign="top" height="277">More images/text
here</td>
</tr>
</table>
</body>
</html>
you can see how the top left hand cell begins to crawl down the page.No
matter what I do, I cannot 'lock' the height of this cell. I do not want it
to grow.
Please offer some help if you have a solution.
Thnak you.