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?
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.
The only solution I can think of is setting all foreground and background colors to white. You can't disable things with CSS right?
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 :)
QuoteThe only solution I can think of ...
Then search the web for
css positioning.