this is a common tutorials, i don't know if there is already done @ mybb main forum.
anyway if you want to have a cool round borders..
open your global.css in advance mode and look for:
rename it as:
you can then edit your templates and look for the "tborder", changing it to "tborder2", if you want the border to be on round corners..
same as thead and tfoot..
add css tag like this:
red color text can be erase or change to bottomleft or bottomright
for more css round corners, read this article: http://www.css3.info/preview/rounded-border/
all are self explanatory.. so feel free to ask if you want then
anyway if you want to have a cool round borders..
open your global.css in advance mode and look for:
Code:
You are not allowed to see code.
rename it as:
Code:
You are not allowed to see code.
you can then edit your templates and look for the "tborder", changing it to "tborder2", if you want the border to be on round corners..
same as thead and tfoot..
add css tag like this:
Quote: -moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
red color text can be erase or change to bottomleft or bottomright
for more css round corners, read this article: http://www.css3.info/preview/rounded-border/
all are self explanatory.. so feel free to ask if you want then