MyBB Community Forums

Full Version: Border to images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i use image resize plugin from G33k and i have a question. How to automatically make border to images? see attachments to understand what i'm talking about.
Any idea, please?
please see this : border for images

Quote:You can just add this css to your theme.
img .attachment { border: 1px; }
And style it as you want.
In my theme stylesheet i dont have img .attachment, only img. I just added boarder 1px solid with color #000 but woks on all images (icons, butons etc)

I just wanna make it work for images added with bbcode like [img]image[/img].
^ you can try like this : .post_body img {border: 1px;}