header logo problem header logo problem
 

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

header logo problem

Started by Heroe, July 01, 2009, 05:22:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Heroe

Hi,
Long time i didn't write but seems im having logo problem after upgrade to  4.24 few weeks ago and lose the logo link to my index.php .
I'm using water_drop theme (i modified little the theme)

I search the forum and find this solution to add back the link to index.php
http://forum.coppermine-gallery.net/index.php/topic,10946.0.html

But now when i add the link my logo have blue  frame  ???

http://www.abroadbg.com

Any advice what im doing wrong ?
I also clear the cache of my browser and try ALT+ F5




Heroe

Sorry for the double post this is the code i edit :

<tr><a href="index.php"><img src="/images/site_logo.png" />
          </div>
          <br /></a>

Nibbler

Just remove the border.


<img src="/images/site_logo.png" border="0" />


This is not a Coppermine question.

Heroe

Quote from: Nibbler on July 01, 2009, 06:02:13 PM
Just remove the border.


<img src="/images/site_logo.png" border="0" />


This is not a Coppermine question.

Thanks Nibbler