JBTexas
0
- Joined
- Jun 5, 2011
- Messages
- 532
- Points
- 0
I think I like it somewhat better.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[COLOR="Orange"]your text here[/COLOR]
[color="#11ffc8"]test 1[/COLOR]
[color="#9030fa"]test 2[/COLOR]
[color="#ff00ff"]test 3[/COLOR]
[color="#cc8033"]test 4[/COLOR]
^ You can use hex values, instead words, they work the same, cause is basically an "interpreted HTML tag"
I mean, instead of use the palette, that give you tags like this:
PHP:[COLOR="Orange"]your text here[/COLOR]
you can substitute the color word with corresponding hex codes (6 ciphers, 2 for each color R - G - B from 00 to ff) ..... then you can do this, as example:
PHP:[color="#11ffc8"]test 1[/COLOR] [color="#9030fa"]test 2[/COLOR] [color="#ff00ff"]test 3[/COLOR] [color="#cc8033"]test 4[/COLOR]
and so on ..... that give you this result:
test 1
test 2
test 3
test 4
Sorry if i used PHP code for show how the lines are written, but the normal code tag don't work.