adamsoderqvist
Programmer
Hi,
How do I fit an image to a table cell?
Let's say I have a simple table like this:
<table>
<tr>
<td>
<img src="MyPic.jpg">
</td>
<td>
some text
</td>
</tr>
</table>
- How do I get "MyPic.jpg" to be fitted into, and to fill, the whole table cell?
many thanx,
/Adam
How do I fit an image to a table cell?
Let's say I have a simple table like this:
<table>
<tr>
<td>
<img src="MyPic.jpg">
</td>
<td>
some text
</td>
</tr>
</table>
- How do I get "MyPic.jpg" to be fitted into, and to fill, the whole table cell?
many thanx,
/Adam