• moneyeyes

    (@moneyeyes)


    Is there a way to make the border=0 for linked images in the rich text editor? (without going into the html)

    thanks all!

Viewing 1 replies (of 1 total)
  • Chris_K

    (@handysolo)

    styles.css

    img {
    border: 0;
    }

    Would be one approach… Granted, *in* the editor you’ll still see the border (I’m sure that’s a feature of some sort) but in the post or preview it won’t be there.

    Ok… ideally, you’d qualify my suggestion a bit. But for me, i don’t want image borders ANYwhere, so that’s what I use.

Viewing 1 replies (of 1 total)

The topic ‘image border in rich text editor’ is closed to new replies.