Footer Gap Issue Footer Gap Issue
 

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

Footer Gap Issue

Started by BigRed, September 30, 2006, 11:55:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BigRed

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

Sami

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>
‍I don't answer to PM with support question
Please post your issue to related board

BigRed

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?

Sami

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>
‍I don't answer to PM with support question
Please post your issue to related board

BigRed

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!!

Sami

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
‍I don't answer to PM with support question
Please post your issue to related board