Viewing 7 replies - 1 through 7 (of 7 total)
  • look in your stylesheet, and edit these sorts of things as needed:

    div.entry-content img.alignleft,div.entry-content img.alignright,div.entry-content img.center{border:1px solid #000;padding:0.2em;}

    see the border:1px solid ?????

    You need to remove the border in your CSS.

    div.entry-content img.alignleft, div.entry-content img.alignright, div.entry-content img.center {style.css (line 53)
    border:1px solid #000000;
    padding:0.2em;

    change:
    border: 1px solid #000000;
    to
    border: none;

    man there are alot of echos here today.

    lol! Sorry, I’ve been waiting to see if I can get something figured out. Figured I’d try to “solve-one”. You win. =)

    ??

    hey! hats off at you trying to help — we can always use more helpers. :))

    woo hoo! I will if I can.

    Thread Starter brety

    (@brety)

    You guys rock thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Get a Black Border around Image’ is closed to new replies.