Banner Banner
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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