Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Chaoticsoul: remove border from image  (Read 6457 times)

0 Members and 1 Guest are viewing this topic.

michelon

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Chaoticsoul: remove border from image
« 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
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Chaoticsoul: remove border from image
« Reply #1 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.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

michelon

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Re: Chaoticsoul: remove border from image
« Reply #2 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
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Chaoticsoul: remove border from image
« Reply #3 on: October 28, 2010, 10:27:26 pm »

Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford
Pages: [1]   Go Up
 

Page created in 0.026 seconds with 19 queries.