Can I change the view to go from this:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fhilarypix.com%2Fviewone.jpg&hash=a152355602b04d4e953f1e6495fb53f861ae3ad8)
To the view like wireimage.com (http://wireimage.com)
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fhilarypix.com%2Fviewtwo.jpg&hash=9807af71b3ef13d68578ae90dccfe3f4ab019986)
Please help! Thanks!
In your theme, find the <!-- BEGIN album_cell --> block, and replace it with:
<!-- BEGIN album_cell -->
<td width="{COL_WIDTH}%" height="100%" valign="top">
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3">
<img src="images/spacer.gif" width="1" height="1"><br />
</td>
</tr>
<tr height="100%">
<td align="center" height="100%" valign="middle" class="thumbnails">
<img src="images/spacer.gif" width="{THUMB_CELL_WIDTH}" height="1" class="image" style="margin-top: 0px;
margin-bottom: 0px; border: none;"><br />
<a href="{ALB_LINK_TGT}" class="albums">{ALB_LINK_PIC}
<p>{ALBUM_TITLE}</p></a>
<p>{ALB_DESC}</p>
<p>{ALB_INFOS}</p>
<p> {ADMIN_MENU}</p>
</td>
<td height="100%">
<img src="images/spacer.gif" width="1" height="1">
</td>
</tr>
</table>
</td>
<!-- END album_cell -->
Thanks! it looks awesome now... your a genius!