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
Whereever you want it to appear. This is just plain HTML, no particular Coppermine or PHP magic.
idk where it would go... i want exatcly were the default banner is and for some reason i cant figure it out.
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.
http://main.graphicsbysteve.com/gallery/cpg1410/index.php
dosnt work :/
ok i got it to work how do i resize the table.
can any one help me with resizing my banner? and were
template.html
where at?