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> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </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.

1 comment
Comments feed for this article
July 21, 2009 at 5:55 am
Balint
Wonderful ‘workaround’, thank you
Balint