ok, this may sound really dumb.
I have a table with 4 <td>'s in it.
<table width=100%>
<tr>
<td width=45>image here</td>
<td width=65>image here</td>
<td width="100%" backgound="image here"></td>
<td width=95>image here</td>
</tr>
</table>
how can I specify the width's of three columns and make the other column fill in the remaining screen width?
I know this sound really dumb....but I need it 🙂 Thanks.