Some people have been having problems spacing lots of thumbnail photos on a page or post.

A good tick is to create a table and place each photo into the table’s cells.

Here is the code for a four column by two row table, which will allow you to position eight thumbnails.

<table width=”100%” border=”0″ cellspacing=”1″>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

Copy the code above and paste it into the HTML view of your post. When you go back to your visual view you will see the table as pale grey lines so can easily insert the photos.