Posted by tristan.buckmaster on 09/16/05 07:02
hi,
How would I create an image that is contained within a table cell that
has a set minimum width and height, but grow as the table cell grows.
My table setup is as follows:
<table>
<tr>
<td>
<table>
<tr>
<td><img .....></td>
<td>..........</td>
<td><img .....></td>
</tr>
<tr>....</tr>
.......
</table>
</td>
<td width="100%">
......
</td>
</tr>
</table>
With those two images being the ones I wish to have the aforementioned
properties.
Thanks,
Tristan
Navigation:
[Reply to this message]
|