Move footer Move footer
 

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

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