FxJ Posted October 3, 2019 Posted October 3, 2019 Adding borders in forum is still missing. It's very easy to implement. <img [...] style="border:1px solid black" [...]> Adding it manually is annoying. With and without:
DamonT Posted October 3, 2019 Posted October 3, 2019 You can easily add small borders to all images in all posts (via custom global css). Maybe this will be good option in your case?
Jim M Posted October 3, 2019 Posted October 3, 2019 I see this really as a theme customization, not something I would champion to be in the software. However, it is really simple to perform, you can just place the following in your custom.css. .ipsImage { border: 1px solid #000; }
FxJ Posted October 3, 2019 Author Posted October 3, 2019 Not in this way, only on photos that i want to add border, example with the same background color as page background.
Jim M Posted October 3, 2019 Posted October 3, 2019 You could add a custom editor toolbar button pretty easily to accomplish this: Then in custom.css define the following: .borderClass img { border: 1px solid #000; } Then when in the editor, highlight your image and click this toolbar button you created 🙂 NOTE: I'm horrible at naming classes, Rikki probably is ashamed 😄
FxJ Posted October 3, 2019 Author Posted October 3, 2019 It could be added here 😉 White on white looks badly.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.