|
-
Fixed Cell Height
I have this html page, with a table on it.
Everytime the text on one of the cells gets too long, another cell's height
increases. This second cell has nothing to do with the first one. I want
it to have a fixed height.
Check out the code...
<table border='0' cellspacing='0' cellpadding='0' width='773' height='1'>
<tr>
<td height="12" width="158"></td> <!--the cell which height increases -->
<td width='611' valign=top height="1" rowspan="4">
<table border="0" width="610" cellspacing="0" cellpadding="0" height="1">
<tr>
<td width="610" height="1" valign="top">
<table border="0" cellspacing="0" width="100%" height="327">
<tr>
<td width="78%" valign="top" height="325">
Here goes the text. If it gets too long, the problem occurs
</td>
</tr>
</table>
</td>
</tr>
</table>
</tr>
<tr>
<td width='158' valign=top height="222">
Here goes some menu building code...
</td></tr>
<tr>
<td width='158' valign=top height="452">
</td>
</tr>
</table>
Please help me, I'm new at HTML and this problem is destroying my page's
design.
Thank you very much
Alice Claussen
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks