I want to create a centered, borderless 2×2 table to enclose these images. Ideally I’d like to have a small white space between them both horizontally and vertically, but at this point I’d be happy just to get the entire group centered with no borders. How do I do it? I know only basic HTML and no CSS, but I also know I must have at least one reader out there who knows how to do this in their sleep and can send me the necessary code to copy and paste…




2 comments

Dang, it wouldn’t post.
Here it is without the brackets… I hope.
<center>
<table border=”0″>
<tr>
<td>
<img src=>
</td>
<td>
<img src=>
</tr>
<tr>
<td>
<img src=>
</td>
<td>
<img src=>
</tr>
</table>
</center>
This is the most basic form: