blue border around images - how to remove? blue border around images - how to remove?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

blue border around images - how to remove?

Started by debragrant, December 06, 2007, 01:44:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

debragrant

I have 2 sites each using the same version of coppermine. cpmfetch etc

On www/georgieparker.diva-host.com there isn't a border round the images but on www.libbytanner.diva-host.com

How do I remove this?

debragrant

I've managed to sort the border out but there seems to be a bog gap between images & text  ???

Sami

how did you solve your first issue ?
I'm asking because I want you to describe it for others with same issue

Can't see the 2nd problem , Please take a screen shot from what you see and attach it to the post by using additional option
‍I don't answer to PM with support question
Please post your issue to related board

debragrant


debragrant

the ifrst issue -

I copied the image codes from the other sites style sheet into this ones.

Sami

about your first issue:
If you set the border attribute of img tag to 0 then your linked image will show without border, something like this

<a href="somewhere around"><img src="path to image" alt="blabla" border="0" /></a>


Edit your {wordpress folder}/plugins/coppermine/coppermine.css , around line #7 you'll find cpg-image-thumb style, set the margin value to auto 1px and that will remove the gap

It would be better if you check this thread and install one of the recommended Web development tool , this way you can solve this kind of problems much faster
my recommendation is Firebug for FireFox
‍I don't answer to PM with support question
Please post your issue to related board

debragrant

I've realised why the gap is there coz the file name is showing all i need to do now is turn that off