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: More space between lastup,random, etc. blocks  (Read 2604 times)

0 Members and 1 Guest are viewing this topic.

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254
More space between lastup,random, etc. blocks
« on: October 25, 2011, 03:25:01 pm »

Hi,

Here I am again...sorry.

What I want is more space between the lastup,random, etc... blocks on the main page

So example:


Lastup
Random
etc.

change into

Lastup

Random

etc..

Thanks ,

Edward
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: More space between lastup,random, etc. blocks
« Reply #1 on: October 26, 2011, 04:00:34 pm »

Open index.php, find right at the end
Code: [Select]
                }
            }
        }
    }

    pagefooter();
}
and replace with
Code: [Select]
                }
                echo '<img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />';
            }
        }
    }

    pagefooter();
}
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254
Re: More space between lastup,random, etc. blocks
« Reply #2 on: October 26, 2011, 04:56:49 pm »

Yep ..thanks
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.