DARK SHADOWS FORUMS

General Discussions => Testing. 1, 2, 3... => Topic started by: Patti Feinberg on April 07, 2004, 09:34:07 PM

Title: color test
Post by: Patti Feinberg on April 07, 2004, 09:34:07 PM
[48D1CC]test[/48D1CC]
test

Patti

okay...why can't one just put in the RGB code, instead of color name?
Title: Re:color test
Post by: Midnite on April 07, 2004, 10:10:43 PM
Code: [Select]
[48D1CC]test[/48D1CC]
[color=mediumturquoise]test[/color]

Does this help you see what's missing?  (Hint:  All codes need an attribute.)

Quote
okay...why can't one just put in the RGB code, instead of color name?

Patti, you asked that here:
Searching...
and MB answered in the next response. ;)
Title: Re:color test
Post by: Patti Feinberg on April 08, 2004, 10:57:28 PM
I had totally forgotten about that one Midnite, thanks.

But...duh...what attribute am I missing (okay, that one was WAAAYY too easy). What attribute is my CODE missing?  ;)

[color=48D1CC]test[/color]

[size=8][color=48d1cc]COOOOOOLLLL!!![/color][/size]

But, of course it's substantially easier to type the actual color name.

Title: Re:color test
Post by: Midnite on April 09, 2004, 12:46:57 AM
LOL, you're welcome.  :)

Your test that used more than one code:
Code: [Select]
[size=8][color=48d1cc]COOOOOOLLLL!!![/color][/size] will be guaranteed to work if you add a # sign before the hexidecimal code.  So it would look like this:
Code: [Select]
[size=8][color=#48d1cc]COOOOOOLLLL!!![/color][/size]and give you:
[size=8]COOOOOOLLLL!!![/size]

Quote
But, of course it's substantially easier to type the actual color name.

You know that the RGB combination you chose has a color name, right?  That's medium turquoise.  It may or may not be easier to type but it's certainly easier to remember. ;)