forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: lancefiasco on July 31, 2004, 11:14:00 pm

Title: [solved]Custom Skin (Quick Question)
Post by: lancefiasco on July 31, 2004, 11:14:00 pm
http://gallery.gcfiasco.com:8008/coppermine/

Can someone please help me figure out why there is a white box underneath the album titles?
Title: Re: Custom Skin (Quick Question)
Post by: Casper on July 31, 2004, 11:24:28 pm
Can't if your gallery is offline.
Title: Re: Custom Skin (Quick Question)
Post by: lancefiasco on August 01, 2004, 01:22:09 am
Bad link, sorry...fixed
Title: Re: Custom Skin (Quick Question)
Post by: Casper on August 01, 2004, 01:33:18 am
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;

Code: [Select]
<tr>
                <td colspan="3">
                        <img src="images/spacer.gif" width="1" height="1"><br />
                </td>
        </tr>
Title: Re: Custom Skin (Quick Question)
Post by: lancefiasco on August 01, 2004, 03:54:06 am
That didn't work, so I reinserted the code.
Title: Re: Custom Skin (Quick Question)
Post by: lancefiasco on August 01, 2004, 05:39:26 pm
Something went wrong in the CSS.  Fixed.