Forum Moderators: not2easy

Message Too Old, No Replies

Height attribute in TD tags

         

Bally

3:35 pm on Mar 31, 2005 (gmt 0)

10+ Year Member



I've got a table with an inline style to try and make one row 20pixels in height, it works in Mozilla but not in I.E which just sets the two rows to be 50% each.

Code is below thanks in advance for your help

<table cellpadding="0" cellspacing="0" border="1" width="100%">

<tr>

<td width="150" rowspan="2">
<img width="100" height="150" src="/wfdc_images/newspaper.jpg">
</td>

<td style="height:20px" width="100%" bgcolor="#ff8a00">
<font color="white">Local News</font>
</td>
</tr>

<tr>
<td width="100%">
test text
</td>
</tr>

Moby_Dim

4:14 pm on Mar 31, 2005 (gmt 0)

10+ Year Member



Try to define height attr. for each cell may be.

Bally

7:52 am on Apr 5, 2005 (gmt 0)

10+ Year Member



That's worked thanks a lot