More space between lastup,random, etc. blocks More space between lastup,random, etc. blocks
 

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

Main Menu

More space between lastup,random, etc. blocks

Started by altenae, October 25, 2011, 03:25:01 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

altenae

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

ΑndrĂ©

Open index.php, find right at the end
                }
            }
        }
    }

    pagefooter();
}

and replace with
                }
                echo '<img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />';
            }
        }
    }

    pagefooter();
}

altenae