Banner Banner
 

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

Banner

Started by fuelpark, February 27, 2007, 12:39:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fuelpark

I made  a banner and i wanna replace the default one  with

http://graphicsbysteve.com/left/gallery/cpg1410/themes/hardwired/images/copermine.gif

can some one make  code for me and tell me EXACTLY were to put it in templates.html

Joachim Müller

Whereever you want it to appear. This is just plain HTML, no particular Coppermine or PHP magic.

fuelpark

idk where it would go... i want exatcly were the default banner is and for some reason i cant figure it out.

Joachim Müller

In the hardwired theme, the logo is being displayed as background image of a table, so you'll need to edit themes/hardwired/style.css, find.left-banner {
    background-image:url(images/left-banner.gif);
    height:46px;
    background-repeat:no-repeat;
    text-align:right;
    padding-right:16px;
    padding-top:16px;
}
and edit accordingly. As the size of your new banner differs, you'll probably have to edit your theme even further.


fuelpark

ok i got it to work how do i resize the table.

fuelpark

can any one help me with resizing my banner? and were

Joachim Müller


fuelpark