I don't really get your last question?
If you don't know where to put the previous code:
just in the <head> tags of your memberinfo where $headinclude was.
If you want a field for the users so they can put in their font color (rgb code).
Then you can just add a custom user field and then return it on a profile with:
$userinfo[fieldfieldid] So if the field id is 30 $userinfo[field30]
|