Advanced search  

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

Pages: [1]   Go Down

Author Topic: Footer Gap Issue  (Read 3784 times)

0 Members and 1 Guest are viewing this topic.

BigRed

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
Footer Gap Issue
« 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
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Footer Gap Issue
« Reply #1 on: October 01, 2006, 07:46:46 am »

set a smaller heigh properties for last td (the one with class="topstrip")
and use this :
Code: [Select]
<span class="lfooter">Property of Lake Superior R/C Car Club, Copyright 2005</span>
instead of this:
Code: [Select]
<p class="lfooter">Property of Lake Superior R/C Car Club, Copyright 2005</p>
Logged
‍I don't answer to PM with support question
Please post your issue to related board

BigRed

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
Re: Footer Gap Issue
« Reply #2 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?
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Footer Gap Issue
« Reply #3 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
Code: [Select]
    <td class="topstrip" align="center" height="20">
    <span class="lfooter">Property of Lake Superior R/C Car Club, Copyright 2005</span>
Logged
‍I don't answer to PM with support question
Please post your issue to related board

BigRed

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
Re: Footer Gap Issue
« Reply #4 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!!
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Footer Gap Issue
« Reply #5 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
Logged
‍I don't answer to PM with support question
Please post your issue to related board
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 16 queries.