Viewing 7 replies - 1 through 7 (of 7 total)
  • a nice trick to make a border:

    #main_feature img, #home_content img, .post_entry img, #content img, #single img {
    	background: #000;
    	padding: 1px;
    	}

    It doesn’t have a border, it has a background colour

    #main_feature img, #home_content img, .post_entry img, #content img, #single img {
    	background: #000;
    	padding: 1px;
    	}

    the 1px of padding is causing the bg color to peek out

    [edit…bows down to @alchymyth’s speed]

    Thread Starter jlar0che

    (@jlar0che)

    alchymyth: I’m not trying to make a border, I am trying to post a picture and have no border added to it…

    Thread Starter jlar0che

    (@jlar0che)

    Thanks Rev. Voodoo!

    Thread Starter jlar0che

    (@jlar0che)

    How do i fix this?

    that bit of code is taken from your own style.css, just go in there and delete the background: #000; line

    its not quite halfway down, in the /* Style and Colors section

    then press ctrl+f5 after saving, while looking at your site to see the changes

    Thread Starter jlar0che

    (@jlar0che)

    That did it! Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I can't remove borders from my pictures’ is closed to new replies.