MyBB Community Forums

Full Version: tables..??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way to make spaces under every table so it s liek this

and if so can u add a a picture liek teh top of th table but on the buttom???

liek in that pic
You could use something like:

margin-bottom: 12px;

(in your main CSSSmile
table {
margin-bottom: 12px;
}

This will work 98% of the time, however, depending on the browser, and floating, this might give really stupid results.
Umm by default mybb has a space between each tableConfused

anyway to add it, in template manager > forumbit tempaltes >forumbit_depth1_cat

add <br /> at the bottom


regarding the image at the bottom of each category table, you can also add it to the this template at the bottom.

regards