MyBB Community Forums

Full Version: to do this for default theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i need help to give round corner only to white background table just like this mybb community forum at bottom and background as same here in this forum..

how i can do this-- pls help
Add this to the container:

-moz-border-radius: 5px;
-webkit-border-radius: 5px;

It will only work for FireFox though.
hi where i should put these codes.. and how to give background color like this forum
Global.css under the container.

The background is an image. Just save it and upload to your image directory.

Then add this to the background on body in Global.css

url(images/imagename.gif)
thanks i done it

http://www.disqusin.com