im using the 2bornot2b theme and i am having some trouble centering the album thumbnails on the page .....
i noticed it outputs this for the thumbnail TD
<td height="100%" valign="top" class="thumbnails">
<a href="thumbnails.php?album=17" class="albums"><img src="albums/Rolex/thumb_240.JPG" class="image" " height="100" border="0" alt="240.JPG"></a>
</td>
and i tried adding a <div align=center> around the TD, an alige directly to the TD tag as well as <center> tags around the image ... nothing centers the image ....
the one flaw i noticed that may be breaking the code and keeping it from centering is the extra quote mark in the img tag --->
class="image" " height="100"
this is the only explanation i have for the items not centering .... my question is this .... how/where do i remove the code that is generating that " ?
I figured it would be somewhewre in the index.php or theme.php file but not sure where... any help appreciated ....
the gallery lives at http://quasar.hyperdrivedns.com/~hoover/gallery/index.php for now
i've attached my index.php and theme.php files for review ....
thanx!
You need to remove the table cell nect to the thumb.
Open your theme.php, find and remove both times this code;
<td width="100%" height="100%" valign="top" class="tableb_compact">
<p class="album_desc"></p>
<p class="album_stat"></p>
</td>
2bornot2b is still experimental, refer to http://forum.coppermine-gallery.net/index.php?topic=9304.0
Joachim