Move footer Move footer
 

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

Move footer

Started by rubbersoul, September 28, 2005, 05:10:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rubbersoul

Hey all,

What I want to do is move the pagefooter above the random images....I have been trying to configure these lines but if I move them around I either get the footer at the bootom of the page or the top of the page. Help....I just want it above the random images...

}
    theme_display_image($nav_menu, $picture, $votes, $pic_info, $comments, $film_strip);
   pagefooter();
    ob_end_flush();
}

Tranz

Use CSS to modify the position of the footer class.

rubbersoul


Joachim Müller


rubbersoul

Perfect! Mark as solved please...