• The feature to add a border to an image was simple. Type the number 2 in the box and I would get a 2 pixel border. This is gone in 3.9

    How can this be done without having to code it in?

    Please add it back.

Viewing 3 replies - 31 through 33 (of 33 total)
  • I agree with the others. It is not kind to remove features that were already introduced.

    @ j2001rad

    Here is a simple css fix that might help with your issue.

    • Go to your theme stylesheet and add the following code:
      img.border {
      	border:1px solid #777;
      	}
    • Then go the page that contains the image that you would like to add a border around.
    • Click on the image to access the “Image Details” (box should pop up).
    • Click on “ADVANCED OPTIONS”.
    • Type in “border” (no parentheses) where is says “Image CSS class”.

    This should add a border. You can change the width or color of my example code to suit your tastes. You can now apply that same style to any image on your pages. If you want to add additional styles to that class, just add them under the class on your stylesheet, such as:

    padding:5px;

    I hope this is of some assistance. Let me know if you need additional help.

    @netcomlogistics
    Thanks for this, nice fix!

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘Add Border to Image’ is closed to new replies.