View Single Post
  #932  
Old 04-04-2011, 09:54 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Nice. I take it these are the html colors?

http://www.w3schools.com/html/html_colornames.asp

Array form (Also supported in the Tailor on Zodiac):

PHP Code:
function onCreated() {
  
temp.newcolors = {
    
"aliceblue",
    
"antiquewhite",
    
"aqua",
    
"aquamarine",
    
"azure",
    
"beige",
    
"bisque",
    
"black",
    
"blanchedalmond",
    
"blue",
    
"blueviolet",
    
"brown",
    
"burlywood",
    
"cadetblue",
    
"chartreuse",
    
"chocolate",
    
"coral",
    
"cornflowerblue",
    
"cornsilk",
    
"crimson",
    
"cyan",
    
"darkblue",
    
"darkcyan",
    
"darkgoldenrod",
    
"darkgray",
    
"darkgrey",
    
"darkgreen",
    
"darkkhaki",
    
"darkmagenta",
    
"darkolivegreen",
    
"darkorange",
    
"darkorchid",
    
"darkred",
    
"darksalmon",
    
"darkseagreen",
    
"darkslateblue",
    
"darkslategray",
    
"darkslategrey",
    
"darkturquoise",
    
"darkviolet",
    
"deeppink",
    
"deepskyblue",
    
"dimgray",
    
"dimgrey",
    
"dodgerblue",
    
"firebrick",
    
"floralwhite",
    
"forestgreen",
    
"fuchsia",
    
"gainsboro",
    
"ghostwhite",
    
"gold",
    
"goldenrod",
    
"gray",
    
"grey",
    
"green",
    
"greenyellow",
    
"honeydew",
    
"hotpink",
    
"indianred",
    
"indigo",
    
"ivory",
    
"khaki",
    
"lavender",
    
"lavenderblush",
    
"lawngreen",
    
"lemonchiffon",
    
"lightblue",
    
"lightcoral",
    
"lightcyan",
    
"lightgoldenrodyellow",
    
"lightgray",
    
"lightgrey",
    
"lightgreen",
    
"lightpink",
    
"lightsalmon",
    
"lightseagreen",
    
"lightskyblue",
    
"lightslategray",
    
"lightslategrey",
    
"lightsteelblue",
    
"lightyellow",
    
"lime",
    
"limegreen",
    
"linen",
    
"magenta",
    
"maroon",
    
"mediumaquamarine",
    
"mediumblue",
    
"mediumorchid",
    
"mediumpurple",
    
"mediumseagreen",
    
"mediumslateblue",
    
"mediumspringgreen",
    
"mediumturquoise",
    
"mediumvioletred",
    
"midnightblue",
    
"mintcream",
    
"mistyrose",
    
"moccasin",
    
"navajowhite",
    
"navy",
    
"oldlace",
    
"olive",
    
"olivedrab",
    
"orange",
    
"orangered",
    
"orchid",
    
"palegoldenrod",
    
"palegreen",
    
"paleturquoise",
    
"palevioletred",
    
"papayawhip",
    
"peachpuff",
    
"peru",
    
"pink",
    
"plum",
    
"powderblue",
    
"purple",
    
"red",
    
"rosybrown",
    
"royalblue",
    
"saddlebrown",
    
"salmon",
    
"sandybrown",
    
"seagreen",
    
"seashell",
    
"sienna",
    
"silver",
    
"skyblue",
    
"slateblue",
    
"slategray",
    
"slategrey",
    
"snow",
    
"springgreen",
    
"steelblue",
    
"tan",
    
"teal",
    
"thistle",
    
"tomato",
    
"turquoise",
    
"violet",
    
"wheat",
    
"white",
    
"whitesmoke",
    
"yellow",
    
"yellowgreen",
  };

__________________
Quote:

Last edited by fowlplay4; 04-04-2011 at 10:16 PM..
Reply With Quote