2015-07-08, 06:04 PM
Alright so I'm trying to do coding for Borders and Backgrounds. I want them to be separate codes So if someone wants only the background they can only get a background and vice versa. So I added padding to both codes But I also want them to blend when used together so yeah. Essentially I want to do this: (Its on another site)
And this is what I keep getting on my site
SO im not sure what to do... if it involves just the Mybb thing or if I also have to go into the CSS. I appreciate any help given.
And this is what I keep getting on my site
SO im not sure what to do... if it involves just the Mybb thing or if I also have to go into the CSS. I appreciate any help given.
Border: <div style="border-style:$1; border-color:$2; border-width:$3;padding:10px;">$4</div>
Background: <div style="background-color:$1; background-image: url($1); padding:10px;">$2</div>