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
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>
Just remove the border.
<img src="/images/site_logo.png" border="0" />
This is not a Coppermine question.
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