Alright so I'm using Mybb 1.8 and I'm honestly really new to trying to do coding over all. I know some basic HTML but that's about it. I started up a site using Mybb and I tried using the my code to get backgrounds and borders to work as mycode (BBCode). My goal was to be able to get them to work independently of one another but also together like I had seen on one site I used to be apart of but I have no idea how to get it to work or what I'm doing wrong.
This is what I want to be able to do. (Other site which uses Xenforo)
And this is why I end up with... I'm not sure if it's something that just can't be done of if it's something that I'm just doing wrong. Any help would be greatly appreciated.
Code I'm using.
This is what I want to be able to do. (Other site which uses Xenforo)
And this is why I end up with... I'm not sure if it's something that just can't be done of if it's something that I'm just doing wrong. Any help would be greatly appreciated.
Code I'm using.
Code:
Border: <div style="border-style:$1; border-color:$2; border-width:$3;padding:10px;">$4</div>
Code:
Background:<div style="background-color:$1; background-image: url($1); padding:10px;">$2</div>







