• TateVAoT

    (@tatevaot)


    Howdy,

    I’m having issues with my images, I can’t seem to add borders. I updated to 4.2.2

Viewing 14 replies - 1 through 14 (of 14 total)
  • Matthew

    (@kidsguide)

    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

    Thread Starter TateVAoT

    (@tatevaot)

    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;"

    Matthew

    (@kidsguide)

    Have you tried using the above code in your text editor?

    Thread Starter TateVAoT

    (@tatevaot)

    Not until just now

    Matthew

    (@kidsguide)

    Did it work?

    Thread Starter TateVAoT

    (@tatevaot)

    No, it kind of framed the whole page.

    Matthew

    (@kidsguide)

    What do you want it to do?

    Thread Starter TateVAoT

    (@tatevaot)

    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.

    Matthew

    (@kidsguide)

    normal photo editor besides having to code.

    Sorry but I don’t understand.

    Thread Starter TateVAoT

    (@tatevaot)

    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.

    Matthew

    (@kidsguide)

    Ok, but that isn’t a feature any more.

    Thread Starter TateVAoT

    (@tatevaot)

    Well, that is disappointing. It was a pretty handy feature.

    Matthew

    (@kidsguide)

    Well let me check if it is still possible to get the feature.

    Matthew

    (@kidsguide)

    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.

Viewing 14 replies - 1 through 14 (of 14 total)

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