Hey,
I have a table defined like
<table width="100%">
<tr>
<td>Some Content</td>
<td>More Content</td>
</tr>
</table> This table displays something like
|------------------------|------------------------|
|Some Content | More Content |
|------------------------|------------------------| The columns of the table will automatically resize based on there content however I want the first collumn to only be the width of its content however much content is in the first or second column I.E.
|------------|-------------------------------------|
|Some Content| More Content |
|------------|-------------------------------------| |------------|-------------------------------------|
|Some Content| a |
|------------|-------------------------------------| How is this done?
Regards,
Sam Rudge