header logo problem header logo problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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