What's new

Help with divbox.

Status
Not open for further replies.

Phaze42O

Member
Joined
Jan 7, 2016
Messages
18
Hey, i need some help concerning inserting divbox on a post, i copied the code from the help section and pasted it - it doesn't appear, instead it shows the code.
 

Sliver

Donator
Joined
Nov 27, 2013
Messages
9,357
Location
The Real North
Hey there. In a divboc, there's an inline, and outline color. I'll now make the outline color red, and the inline yellow. In order to find the divbox form, you click 'BBCODES'.


Just quote me and you'll see how you do it. In order to get the color codes, you hit the icon to the left of 'Normal', left of 'BBCODES'
 

Phaze42O

Member
Joined
Jan 7, 2016
Messages
18
Sorry but i didn't get what you were trying to say, i selected the and it doesn't appear
 

Giga

Donator
Joined
Dec 4, 2010
Messages
18,985
Location
MNL
The divbox format is:

Code:
[divbox=backgroundcolor,bordercolor][/divbox]

You will need to put the color of the border, for example, a white background with blue border:

This is a divbox with a white background and a blue border. Notice how the blue is around the divbox?
 

Sliver

Donator
Joined
Nov 27, 2013
Messages
9,357
Location
The Real North
I see you managed to do this. What you have to do after, is what Giga said; putting the border and the background color. Example:
TEXT

How did I make that? I'll make a code for it.
Code:
[divbox=#ff0080,#80ffff]TEXT[/divbox]

The #FF0080 is the pink/purple, and the #80FFFF is the cyan borderline color.
 

Matty

Donator
Joined
Nov 23, 2011
Messages
3,732
Location
Flanders, Belgium
Color codes aren't necessary in divboxes, by the way.
You can just use the names of the colors, example:
This is a test.


Code:
[divbox=blue,purple]This is a test.[/divbox]
 
Status
Not open for further replies.
Top