What code are you currently using to display the borders?
Have you tried using a code like the following?
<div style="border-style: solid; border-width: 5px;">
image goes here
</div>
http://www.w3schools.com/css/css_border.asp
I wasn’t using code, it was the usual photo editor.
But the code I have in the text window is:
style="border: 1px solid black;"
Have you tried using the above code in your text editor?
No, it kind of framed the whole page.
What do you want it to do?
Well, I got the frames on the images from copying code from another page on my site. But I’d rather have the normal photo editor besides having to code.
normal photo editor besides having to code.
Sorry but I don’t understand.
In the older version, when you’d click the image on the page I was making it would give me the option to edit. Then I just typed in the border size I wanted.
Ok, but that isn’t a feature any more.
Well, that is disappointing. It was a pretty handy feature.
Well let me check if it is still possible to get the feature.
As far as I can tell this feature is not in WordPress 4.2.2. They either removed it in a previous version or you are mistaken (which I highly doubt).
Doing some research it appears that there are only two plugin that I have found that may offer the ability to add image borders without coding. They are WP Image Borders and Advanced Image Styles.
If you don’t want to use a plugin then I would just use the simple following code.
<div style="border-style: solid; border-width: 5px;">
image goes here
</div>
You can figure out how to customize that code at http://www.w3schools.com/css/css_border.asp
Hopefully this helps.