-
Table Repetition Problem
I'm having some problems with this:
Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr width="100%">
<td width="142"><img src="welcome.gif" height="38" width="142"></td>
<td background="welcomebg.gif" width="100%" height="38"> </td>
</tr>
</table>
It's not filling the available space :/
Why?
-
This table fills the entire width of the screen. It works for me, in both IE 5.0 and Mozilla 1.2.1
Set the border to 1 to see if it really doesn't fill the entire width.
-
Yeah, the cell it was in was too small :/
thanks anyway