coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Heroe on July 01, 2009, 05:22:33 PM

Title: header logo problem
Post by: Heroe on July 01, 2009, 05:22:33 PM
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



Title: Re: header logo problem
Post by: Heroe on July 01, 2009, 05:23:56 PM
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>
Title: Re: header logo problem
Post by: 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.
Title: Re: header logo problem
Post by: Heroe on July 01, 2009, 06:16:05 PM
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