d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > General Help Archive > Question
Add Reply New Topic New Poll
Member
Posts: 3,228
Joined: Jul 29 2011
Gold: 13.37
Aug 6 2011 06:09am
are there more colors i can use for a text in a post or just blue, red, purple, orange, yellow, green, gray

if there is someone pls give me the link i couldn't find it in the general help unified sticky post
Member
Posts: 1,143
Joined: Nov 5 2010
Gold: 794.29
Aug 6 2011 06:13am
im not sure but if u have html enabled you should be able to use hex a decimal for any different colors, just look up color tags on google
Member
Posts: 22,605
Joined: Sep 23 2007
Gold: 1.01
Warn: 40%
Aug 6 2011 06:14am
You can use RGB color codes, with them you can use really many colors.
It can simply be donw like that:
Code
[color=RGB(255,0,0)]red[/color]

red

The first number is red, the 2nd green, and the 3rd blue.
The numbers go from 0 to 255, you may use any combination.

Code
[color=RGB(255,0,0)]1[/color][color=RGB(0,150,22)]2[/color][color=RGB(155,0,105)]3[/color][color=RGB(0,0,0)]4[/color][color=RGB(0,0,255)]5[/color]

12345

You can also use hexadecimal values, but RGB(red,green,blue) should be easier if you are not used to hexadecimal numbers.
Member
Posts: 8,198
Joined: Dec 28 2006
Gold: 131.86
Trader: Trusted
Aug 6 2011 06:23am
This link is what you're looking for ;)

http://forums.d2jsp.org/topic.php?t=36872318&f=34

There are a lot of colors so have fun!
Member
Posts: 1,143
Joined: Nov 5 2010
Gold: 794.29
Aug 6 2011 06:46am
once again the knowlege of d2jsp humbles me! hope that helps you Krav
Go Back To General Help Archive Topic List
Add Reply New Topic New Poll