coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: BigRed on September 30, 2006, 11:55:01 PM

Title: Footer Gap Issue
Post by: BigRed on September 30, 2006, 11:55:01 PM
I'm having a problem with a gap at the bottom of the page between the image and border. The header turned out fine but for some reason I cant seem to remove that gap at the bottom. You can view the gallery page here http://www.lsrcc.com/gallery/index.php
Title: Re: Footer Gap Issue
Post by: Sami on October 01, 2006, 07:46:46 AM
set a smaller heigh properties for last td (the one with class="topstrip")
and use this :

<span class="lfooter">Property of Lake Superior R/C Car Club, Copyright 2005</span>

instead of this:

<p class="lfooter">Property of Lake Superior R/C Car Club, Copyright 2005</p>
Title: Re: Footer Gap Issue
Post by: BigRed on October 01, 2006, 09:16:44 PM
Either fix didnt work. The height only adjusted the image size and not the gap between the image and the border. Could there be a cell spacing I'm not seeing?
Title: Re: Footer Gap Issue
Post by: Sami on October 02, 2006, 06:52:22 AM
As i said you can use smaller height for td , there isn't any image on that td !
Use this instead of yours

    <td class="topstrip" align="center" height="20">
    <span class="lfooter">Property of Lake Superior R/C Car Club, Copyright 2005</span>
Title: Re: Footer Gap Issue
Post by: BigRed on October 02, 2006, 08:50:25 PM
Maybe were talking about different things. Here is a pic of the gap I need to fix. The other fixes you had my try did nothing to this.

By the way thanks for the help!!
Title: Re: Footer Gap Issue
Post by: Sami on October 03, 2006, 12:14:24 AM
Sorry , I've checked your site by FF and didn't see the buttom pic at all ::)
btw you have some invalid tag at the end of the page </P></TR></TBODY> , you should delete these