How to Add a jpg header banner to page How to Add a jpg header banner to page
 

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

How to Add a jpg header banner to page

Started by byso, April 10, 2006, 06:53:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

byso

If I design a jpg header/banner-logo. How do I add that to my gallery as a header/banner.

Thanks in advance.

ps. I know little of html.

Sami

you could add your banner by insert it on your "template.html"
for example if you select "classic"theme as a defual theme, you should change {gallery folder}/themes/calssic/template.html
you can insert these lines(you should first copy"your-banner.jpg" to image folder of your theme)

<tr>
<td><img src="themes/classic/images/{your-banner.jpg}" border="0" alt="" /></td>
</tr>

right after line 18

<table width="100%" border="0" cellspacing="0" cellpadding="0">

and also remove line 20 ,21 and 22

<td>
<a href="index.php"><img src="themes/classic/images/site_logo.png" border="0" alt="" /></a><br />
</td>

hope this work for you :)
‍I don't answer to PM with support question
Please post your issue to related board

byso

I'll try to give it a go, thankyou very much.