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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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