How to move the "Powered by Coppermine" footer. How to move the "Powered by Coppermine" 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

How to move the "Powered by Coppermine" footer.

Started by Piglet, January 17, 2007, 10:12:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Piglet

First of all: I don't want to remove it!!!

In my new template I will have 2 footers. The first one is the Coppermine one. The second one is completely on the bottom (which is as wide as my layout). I want to move the footer of Coppermine to that second footer.

Example: http://coolsma.com/fotoalbum/

Is there an easy way to achieve this?

Gizmo

You can use css positioning properties with the footer class in your style sheet. If you're not sure how to do this, search the web as there are many good sites for learning this from.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Piglet

The only solution I can think of is setting all foreground and background colors to white. You can't disable things with CSS right?

Tarique Sani

Quote from: Piglet on January 17, 2007, 12:55:30 PM
The only solution I can think of is setting all foreground and background colors to white. You can't disable things with CSS right?

You can but it is not recommended that you do that :)
SANIsoft PHP applications for E Biz

Gizmo

QuoteThe only solution I can think of ...

Then search the web for css positioning.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision