The first thing I notice is your font and a tags are not nested properly. You have them <a><font></a></font>, when they should be <font><a></a></font>. That might be part of the problem.
Also, what does the profile field look like? Do they type in the color or do the select the color from a set of predefined items? Either way, are you accounting for the # symbol if using hexadecimal code?
|