Support » Themes and Templates » Picture posting black border

  • My blogs have white design. Versions 2.6 and 2.6.1
    When I posting a picture with Border – there are black border on default. (border: 10px solid black;)
    How can I make it white (or #FFFFFF) on default when i posting, or how can i make the white borders for all images on my page using css or something else?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Have you looked in your CSS file to see what is specified for img?

    img {
    border: solid white 10px;
    }

    Thread Starter duffman

    (@duffman)

    But in this case smiles will be in border too. It’s bad.
    May be incluse “id” in php-code..
    i don’t know 🙁

    It’s not all that bad. The smile images have a class=’wp-smiley’ so you could set your boarder in your css to be white and then override that for the img.wp-smiley class.

    I think that would do it.

    Thread Starter duffman

    (@duffman)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Picture posting black border’ is closed to new replies.