forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: michelon on October 28, 2010, 09:19:48 pm

Title: Chaoticsoul: remove border from image
Post by: michelon on October 28, 2010, 09:19:48 pm
Hi,
first of all my homepage is http://www.mweinert.de.vu

now the problem: I recently added the Button "Gefällt mir" to the menu bar. Now i tried to remove that nasty white border around the picture, without success. In the style.css I cant find the correct location to change the border to zero.

Thanks
Title: Re: Chaoticsoul: remove border from image
Post by: Jeff Bailey on October 28, 2010, 09:44:14 pm
add style="border: 0 none;" to the image or

add
Code: [Select]
img {
border: 0 none;
}
in your style.css
this will take the border off of every image.
Title: Re: Chaoticsoul: remove border from image
Post by: michelon on October 28, 2010, 10:19:02 pm
damn thanks,
i just tried to add that style to <a style="bla" href..> thinking the border comes with the link.  :D
Title: Re: Chaoticsoul: remove border from image
Post by: Jeff Bailey on October 28, 2010, 10:27:26 pm
no problem.
please resolve your thread. http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631