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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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