When I look at the output of image gallery I see the first row not surrounded with

. Sample output here:

<!-- begin content -->

<div id="image">
<table cellspacing="0"><td valign="top"><div align="center"><a href="/node/5"><img alt="Title 1" width="100" height="144" src="http://domain.com/files/images/thumbs/thumb_deccd7577f53d149c3da01b74a2e4bc6-5.jpg" border="0" /></a></div><p class="title">Title 1</p><p class="teaser">Descr. 1
</p></td>
<td valign="top"><div align="center"><a href="/node/1"><img alt="Title 2" width="100" height="75" src="http://domain.com/files/images/thumbs/thumb_dca5a2beb105540f8f26e396890b6d67-1.jpg" border="0" /></a></div><p class="title">Title 2</p><p class="teaser">
Descr. 2</p></td>
<td valign="top"><div align="center"><a href="/node/2"><img alt="Title 3" width="100" height="75" src="http://domain.com/files/images/thumbs/thumb_b940e65fb60d21f7b2609c7dcef47cde-2.jpg" border="0" /></a></div><p class="title">Title 3</p><p class="teaser"><p>
Descr. 3</p></p></td>

<tr class="gallery_album_upper_row">
</tr>
<tr class="gallery_album_lower_row">
</tr>
</table>
</div>

<!-- end content -->

Comments

robertdouglass’s picture

This patch fixes the problem and leads to better looking galleries: http://drupal.org/node/15721

Robrecht Jacques’s picture

Component: Code » image.module
Priority: Critical » Normal

This no longer applies to image.module in CVS. The display of images and galleries has been reworked and no longer use a table.