Using a drop-down box to control the colour would work - However you may wish to create a hack for this as using html such as:
HTML Code:
<font color="red">text</font>
is not technically
valid code
If you are not worried about HTML or XHTML validity then this method would be fine
Simpy having options such as:
Quote:
blue
red
green
yellow
orange
|
then using something like:
HTML Code:
<font color="$post[fieldX]">$post[message]</font>
(replacing X with the fieldid of the profile field) would work
Chris