Gladly - what website?
A simple 2x2 table would look like this:
Code:
<table>
<tr>
<td>Top-Left Text Here</td>
<td>Top-Right Text Here</td>
</tr>
<tr>
<td>Bottom-Left Text Here</td>
<td>Bottom-Right Text Here</td>
</tr>
</table>
And to put a picture, just add <img src="picturename"/> wherever you want it. You can also use an online WYSIWYG editor with ease,
This makes it just like using Word, in fact, you could use Word and save the file as a .html. But yeah.