View Single Post
Old 09-02-2009, 04:40 AM   #2 (permalink)
JaoudeStudios
The Acquainted
 
JaoudeStudios's Avatar
 
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
JaoudeStudios is on a distinguished road
Default

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
__________________
JaoudeStudios.com | JaoudeStudios.com Forum | JaoudeStudios.com Blog
OpenSource is the road ahead...!
JaoudeStudios is offline  
Reply With Quote