Does anyone know how to fix the width of a <td> object in an HTML table? For example, I have a 5 column table. In the first row is a text string of variable length that spans all five columns. There are 5 more rows underneath that. I want the first 4 columns of the table to be a specific width, while allowing the 5th column to grow as necessary to fill out the row given the length of the row. Does anyone have any ideas (preferably a tag parameter that I'm unaware of)? I'm trying to keep a set of images specifically lined up in the first four columns and keep getting stung when the columns widen up to accomodate long strings in the first row.

Thanks,
Matt