Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[?] How to lock height of a table row

0 views
Skip to first unread message

Kazaa

unread,
Mar 25, 2005, 4:28:34 AM3/25/05
to
Hi to all,
I need an information, anyone knows how can I do to lock the height of a
table row independently of any stuff that I put inside coloumns ?

Thanx in advance, bye.
Aldo


Adrienne

unread,
Apr 2, 2005, 8:10:47 AM4/2/05
to
Gazing into my crystal ball I observed "Kazaa" <a...@com.com> writing in
news:6RQ0e.30110$zZ1.8...@twister1.libero.it:

<table border="1" summary="test table">
<tr style="height:100px">
<td>bla</td><td>bla</td>
</tr>
<tr>
<td>foo</td><td>foo</td>
</tr>
</table>


If the content of any of the cells is larger than the height set in the
style attribute, the row will grow to accomodate it. You would probably
have to style individual tds is you want to use the overflow property.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

0 new messages