Sohail, Thanks for the code. I will put it in my toolkit.
For this case, I really think I need the table to render blank cells down through the page size. I have 4 such tables on the screen, and I think the symmetry is important. Thanks, Craig -----Original Message----- From: Sohail Aslam [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 10:20 AM To: Craig Hamilton Subject: Fixed height table Hi, I use CSS to make my tables fixed height and width. in CSS file ----------------- div.tablescroll { width:890px; height:330px; overflow: auto; border:0; } Then in .html file <div class="tablescroll"> <table jwcid="listings_table" bgcolor="#F4BC7F" width="890px" cellspacing="0" cellpadding="0"> <tr ...> ... </div> If there are more rows than would fit the 330px height, the browser places vertical scroll bars. This yields a scrollable table. If there are less rows, the table takes up 330px vertical spacing on the rendered page. I hope this helps Regards Sohail Aslam www.techlogix.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
