Author Topic: color test  (Read 795 times)

0 Members and 1 Guest are viewing this topic.

Offline Patti Feinberg

  • Full A ed Newest Fervor Post
  • DSF God
  • *****
  • Posts: 3291
  • Karma: +1729/-3046
  • Gender: Female
    • View Profile
color test
« 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?
What a Woman!

Offline Midnite

  • Exec Moderator /
  • Administrator
  • SENIOR ASCENDANT
  • *****
  • Posts: 10715
  • Karma: +717/-4882
  • Gender: Female
    • View Profile
Re:color test
« Reply #1 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. ;)

Offline Patti Feinberg

  • Full A ed Newest Fervor Post
  • DSF God
  • *****
  • Posts: 3291
  • Karma: +1729/-3046
  • Gender: Female
    • View Profile
Re:color test
« Reply #2 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.

What a Woman!

Offline Midnite

  • Exec Moderator /
  • Administrator
  • SENIOR ASCENDANT
  • *****
  • Posts: 10715
  • Karma: +717/-4882
  • Gender: Female
    • View Profile
Re:color test
« Reply #3 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. ;)