MyBB Community Forums

Full Version: a box up top
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok i have a news box up top just a simple code, but i want the border to be green, how would i do this and whats the HTML code? i think its using .tborder atm which is purple, but i want to leave that.
HTML code is like
<span style="color: rgb(0, 128, 0);"> This Text Will Be Dark Green </span>


However don't think this is general MyBB support Wink
(2010-06-05, 01:22 AM)ccalby Wrote: [ -> ]HTML code is like
<span style="color: rgb(0, 128, 0);"> This Text Will Be Dark Green </span>


However don't think this is general MyBB support Wink

No, i want to change the color of the border.
border: 1px solid#000000;

replace the color with what ever you want. Also PLEASE do not post in the General Support forum. You could have easily Googled this.