I'd like to be able to manipulate style settings in a .css file using a PHP/MySQL database driven Content Management System. Is such a thing possible? I wouldn't think I would be able to run a query, fetch variables, etc. on a .css file like I can on a .php file.
Yet I'd love to somehow control my style sheet settings via my CMS. Any thoughts on how to do this?Code:html { background-color : <?php echo $bgcolor;?> ; color: <?php echo $color;?> ; }










Bookmarks