image border!
-
Hello folks, I usually add an image border to my images (publication cover with white edges. But the function has disappeared from image edit. Very unhelpful. Anyway around this?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
There were some recent changes to the Visual Editor and Image Editor. You can read more about those changes here:
The image border attribute may be brought back into the image editing screen as explained above. However, I don’t have a timeline on when that will occur. In the meantime, you can still add a border through the Text Editor using HTML. For example, if you switch to the Text Editor, you will see a line of code like this where your image is in the post:
<img class="size-medium wp-image-16616" style="border: 2px solid black;" src="LONG URL" alt="this" width="300" height="153" />In that example, the following attribute creates a border:
style="border: 2px solid black;"The attributes (like the “2px” and “black”) are adjustable. Can you give that a try and let me know if it works on your side?
-
Thanks Jeremey. I ended up going to an image editor and searching the function list for borders. Seemed a strange thing to remove from the image edit functions, especially as images with white edges lose definition on a white background,
But no harm done. I’m not a big user of code editing having been a FrontPage user since its first publication.
Cheers.
-
Great! I’m glad this worked for what you are looking for. There is a chance that the border-editing capabilities will be brought back to the Image Editor. If that happens, an update will be posted here:
- The topic ‘image border!’ is closed to new replies.