![]() |
Here's a tricky one. Web pros inside...
I gave my subscribers access to their site CSS files. The templates are pure CSS, no tables. They can redesign their website with the stylesheet. However, I didn't think about the people that had no clue with CSS. It is now the biggest issue.
Is there a way to create a page where all of the stylesheet information is displayed in plain English? It will just say background and allow them to either upload an image or choose a color and it automatically edits the stylesheet. |
yeah it's possible...
if they're editing actual CSS files, you'd have to build a php form that will modify the files. look up fopen, fread, fwrite, etc on php.net and i'm just touching the tip of the iceberg here... there are existing open source scripts out there you can use storing the info in a DB would be a lot easier and less load than the file writing option edit : sorry i just realized you didn't even mention PHP lol... but yeah it's possible with most all languages |
Thanks, it will be in php. I'd rather not reinvent the wheel. Can you recommend a good script? It doesn't matter if it's open source or not.
|
Quote:
|
| All times are GMT -7. The time now is 01:28 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123