Title: Borders?
Last modified: August 19, 2016

---

# Borders?

 *  [ninplay2](https://wordpress.org/support/users/ninplay2/)
 * (@ninplay2)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/borders-3/)
 * Hai folks,
    I have my own (Dutch) Nintendo website. And every day there are screenshots
   to be published. But it’s not very good without a border. Is there a plugin to
   get a border on a image?
 * Like this:
 * [http://www.ninplay.nl/?p=465](http://www.ninplay.nl/?p=465)
 * But than with a border?

Viewing 1 replies (of 1 total)

 *  [Len](https://wordpress.org/support/users/lenk/)
 * (@lenk)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/borders-3/#post-858975)
 * Don’t need a plugin for that. Just define the border in the style sheet.
 * Look in style.css for …
 *     ```
       img {
       	border: none;
       }
       ```
   
 * and change it to whatever you want such as …
 *     ```
       img {
       	border: 2px #000;
       }
       ```
   
 * A caveat: this will put a 2px wide black border around ALL images. If you only
   want a border around images in posts then leave the above alone AND add to the
   style sheet …
 * `.post img { border:2px #000;}` or some such thing.

Viewing 1 replies (of 1 total)

The topic ‘Borders?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Len](https://wordpress.org/support/users/lenk/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/borders-3/#post-858975)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
