coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: fuelpark on February 27, 2007, 12:39:01 AM

Title: Banner
Post by: fuelpark on February 27, 2007, 12:39:01 AM
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
Title: Re: Banner
Post by: Joachim Müller on February 27, 2007, 07:32:01 AM
Whereever you want it to appear. This is just plain HTML, no particular Coppermine or PHP magic.
Title: Re: Banner
Post by: fuelpark on February 27, 2007, 08:10:46 AM
idk where it would go... i want exatcly were the default banner is and for some reason i cant figure it out.
Title: Re: Banner
Post by: Joachim Müller on February 27, 2007, 08:30:03 AM
In the hardwired theme, the logo is being displayed as background image of a table (http://graphicsbysteve.com/left/gallery/cpg1410/themes/hardwired/images/left-banner.gif), so you'll need to edit themes/hardwired/style.css (http://graphicsbysteve.com/left/gallery/cpg1410/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.
Title: Re: Banner
Post by: fuelpark on February 27, 2007, 09:05:31 PM
http://main.graphicsbysteve.com/gallery/cpg1410/index.php

dosnt work :/
Title: Re: Banner
Post by: fuelpark on February 27, 2007, 10:25:17 PM
ok i got it to work how do i resize the table.
Title: Re: Banner
Post by: fuelpark on February 28, 2007, 11:55:30 PM
can any one help me with resizing my banner? and were
Title: Re: Banner
Post by: Joachim Müller on March 01, 2007, 07:52:34 AM
template.html
Title: Re: Banner
Post by: fuelpark on March 02, 2007, 07:54:23 PM
where at?