13.08.2016, 02:36
Go to http://www.colorpicker.com/
Get a color and copy the code with 6 Characters Ex: FF0000 for red
make it between "{ }" you'll get {FF0000}, Go back to your string and put everywhere you want color to be red
FFFFFF is white so we will use {FFFFFF} to get white again
ect...
Get a color and copy the code with 6 Characters Ex: FF0000 for red
make it between "{ }" you'll get {FF0000}, Go back to your string and put everywhere you want color to be red
FFFFFF is white so we will use {FFFFFF} to get white again
PHP код:
format(mainString,128,"{FF0000}Red {FFFFFF}White");