Jump to content

color scheme for my website?


phpmady

Recommended Posts

Hi,

I am builing a CMS , where user can choose the colors for menus, body and etc.  At present am having a form where users wants to enter the color name.

 

But what i am trying to make a color picker to choose the colors from the palette. How can i integrate the color palattes in my website, and please give me some inputs.

 

 

Thank you

Link to comment
https://forums.phpfreaks.com/topic/210728-color-scheme-for-my-website/
Share on other sites

Here is a tutorial on using .php as .css extension.

 

http://www.barelyfitz.com/projects/csscolor/

 

From that you could store the color information into a database based on name of the user. Then for each of the pages you could have a dropdown box either for color scheme or for individual colors for each item if you wanted.

 

So overall you'd have a full template loaded into the database for each user, then if they change any of the values using something like a submit form you'd update that preference in the database.

 

Hope this helps you get started.  8)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.