Home: Tip of The Day: Html Colour Code Chart: 
Tip of The Day - Html Colour Code Chart

A handy script for outputting the html colour codes.

"Html - Colour code chart:";<br>
set $Codes=$New.Array();
$Codes.Add("0");
//$Codes.Add("1");
//$Codes.Add("2");
$Codes.Add("3");
$Codes.Add("4");
//$Codes.Add("5");
$Codes.Add("6");
$Codes.Add("7");
//$Codes.Add("8");
$Codes.Add("9");
$Codes.Add("A");
//$Codes.Add("B");
$Codes.Add("C");
$Codes.Add("D");
//$Codes.Add("E");
$Codes.Add("F");

<table border=0>
forevery($Red,$Codes)
{ forevery($Green,$Codes)
{ <tr>
forevery($Blue,$Codes)
{ set $Col="#"+$Red+$Red+$Green+$Green+$Blue+$Blue;
"<td bgcolor='";$Col;"'>";
$Col;
</td>
}
</tr>
}
}
</table>

Download  |  Tutorial  |  Documentation  |  Pricing  |  Contact