MyBB Community Forums

Full Version: border
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey i wanna know how i can get borders arond my forum

like that

http://prntscr.com/28sivc

i mean in trow to show like that

what to do?

sory for bad english
see css border properties. you can use something like below in global.css (edit through admin panel)

.trow1 , .trow2 {border-bottom: solid 1px #ccc !important;}
.trow1 , .trow2 {border-top: solid 1px  #ccc !important;}
how i can do it under the cat ?

http://prntscr.com/295jrj

i dont want to inclode the cat with the border
you can use only this
.trow1 , .trow2 {border-bottom: solid 1px #ccc !important;}
Is !important so important to mention in every attribute?
in the end i wanna make it look like that

http://prntscr.com/2969k8

border 7px and do hover on the forums

and i dont wanna incolde the cat

http://prntscr.com/296a6w

angin sory for the bad english

over a weak iam tring to do that