I have put together a photo gallery using a weblog section, and am displaying thumbnails. I am trying to space these thumbnails horizontally so that they span across the entire white box. Is there any way to do this that I am just too dense to recognize?
Here is the code I’m using:
<div id="thumbTable">
<table cellpadding="0" cellspacing="0" border="0" width="760">
<tr>
<td>
{exp:weblog:entries weblog="work" orderby="date" sort="asc"}
{work_thumb}
{/exp:weblog:entries}
</td>
</tr>
</table>
</div>