Hi all,
what I would like to do is as follows.
I have several nodes that are of a custom cck type. In each of these nodes is a picture. Now I would like to be able to define a color for the links on the whole page/node within the cck form. best would be with a color picker, so that I can pick a color from the picture.
So my first problem is that I cannot find a color picker that can do this, but only pickers that pick colors from a wheel or a pallette.
My second problem is ( at least I think so) to pass this color value that would be stored somewhere in a database as a variable to the page that will be loaded.
For example .../node/1 should have red links. but isnt it so that before the node content is loaded from the database the surrounding page is already loaded together with the stylesheet?
In pure html with php that is no problem since I can place the variable at the top of my code. But how to do this in Drupal?
Thanks Juergen