MyBBThemes Community

Full Version: Adding a border of images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I cannot add borders of images for the life of me. Can someone please explain their own technique for adding borders? THanks :).
Could you explain what you mean? I don't believe I understand you..
my apologies.

I want to add a border...but I can make dotted or solid or whatever lines, I just cant make image borders. Know what I mean? Like if you wanted to add a simply gradient going down the left and right main body of the forum, how would you do that? Do you need to edit the templates or can it be done CSS alone?
Yes, but add a border to WHAT?
Sorry for my stupidity, but I still don't understand. :P

You mean you want to add a border to ANY image on your forum?
No, an image border around the forums. Not just a line border. :P NOT a border around an image. A border that is an image around the whole forum. :P
Go to http://www.lissaexplains.com/tables.shtml#border
It explains everything about borders :)
Gah, its something about borders that no one really understands...

I figured it out myself. CSS isn't the problem, its just getting used to the MyBB templates. Just takes some explorin.
try this CSS

.img {
border: 1px solid black;
}
lol border of images. Everyone knows how to add a regular border, but not a border of images. I figured it out myself though. Thanks anyways :).
Ah, mind sharing? :)
Pages: 1 2
Reference URL's