If I have a table with images in it, can I have it so each image will stay in it's place and not wrap around or move when you re-size the window? So if I have a script such as...

<table>
<tr>
<td>
<img><img><br. / >
<img><img>
</tr>
</td>
</table>

It will appear as..

| PICTURE | PICTURE |
| PICTURE | PICTURE |

and will not wrap around when window is resized or viewed on a differet moniter size?