Anyone know of a way to put a color picker into a form, to allow a user to choose a color from either their standard system color picker or (more likely) a standard websafe color picker? The result would probably be the hex value of the chosen color, which could then be stuffed into a MySQL table.
Perhaps this sort of thing has been done in Javascript, rather than PHP. I'm just fishing at the moment - don't really know where to start. I want to allow a user to customize the presentation of their data - choose font color, size, face, etc. The size and face are easy, but short of creating a popup with every color they might possibly want to use (and no swatches - just names) I don't know how to do the color part.