09-02-2009, 04:40 AM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
|
There are plenty of javascript colour pickers.
Get the user to choose a colour and the javascript colour picker will put the colour value in an input field, let the user submit the form and save the value to the database. Then use this colour in an inline style around their username or change your css stylesheet to php and get the value out of the database and use it there.
I see 4 simple steps.
1. Get the colour value
2. Save the colour value in db
3. Get the colour value from db
4. Use the colour value
|
|
|
|