How to add a background/fancy borders and stuff

Atlas42

Junior Member
Hey! I'm still a bit new to this site and BBcode. ^^ I had a question about adding backgrounds to posts (and other stuff too, like borders)? I tried looking at the BBcode tutorial and following the steps, but I till can't seem to get it? Could anyone go into a bit more detail for me on how to do it? Or any BB tricks in general?


Thank you!
 
Borders

'1px' can be replaced by any other number followed by 'px'. 'solid' can be replaced by 'dashed' or 'dotted'. '#aa0000' can be replaced with any hex code. 'lorem ipsum' can be replaced by any other content.

Code:
[border=1px solid #aa0000]lorem ipsum[/border]

lorem ipsum



Background

'#aa0000' can be replaced with any hex code. 'lorem ipsum' can be replaced by any other content.


lorem ipsum


Code:
[bg=#aa0000]lorem ipsum[/bg]
 

Users who are viewing this thread

Back
Top