Chaoticsoul: remove border from image Chaoticsoul: remove border from image
 

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

Chaoticsoul: remove border from image

Started by michelon, October 28, 2010, 09:19:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

michelon

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

Jeff Bailey

add style="border: 0 none;" to the image or

add

img {
border: 0 none;
}

in your style.css
this will take the border off of every image.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

michelon

damn thanks,
i just tried to add that style to <a style="bla" href..> thinking the border comes with the link.  :D

Jeff Bailey

Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford