[solved]Custom Skin (Quick Question) [solved]Custom Skin (Quick Question)
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[solved]Custom Skin (Quick Question)

Started by lancefiasco, July 31, 2004, 11:14:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lancefiasco

http://gallery.gcfiasco.com:8008/coppermine/

Can someone please help me figure out why there is a white box underneath the album titles?

Casper

Can't if your gallery is offline.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here


Casper

Look in your theme.php, in the
Quote// HTML template for the album list
$template_album_list = <<<EOT
section.

and find and remove this code;

<tr>
                <td colspan="3">
                        <img src="images/spacer.gif" width="1" height="1"><br />
                </td>
        </tr>
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here