You'll have to excuse my ignorance as I am very new to Umbraco (6.1.6) and a little wet behind the ears.
I am using Umbraco to host mutliple site and want as much site separation as possible. To that end, I can see that you can create folders in the scripts node but I do not see the same option for styles.
Can anyone give me some recommendation on how to do this?
umbracoCssDirectory - by adding this to appSettings you can specify a new/different folder for storing your css-files and still be able to edit them within Umbraco. Default folder is ~/css.
CSS Folders
You'll have to excuse my ignorance as I am very new to Umbraco (6.1.6) and a little wet behind the ears.
I am using Umbraco to host mutliple site and want as much site separation as possible. To that end, I can see that you can create folders in the scripts node but I do not see the same option for styles.
Can anyone give me some recommendation on how to do this?
Kind regards
Phillip
Google is your friend. Found the answer!
umbracoCssDirectory - by adding this to appSettings you can specify a new/different folder for storing your css-files and still be able to edit them within Umbraco. Default folder is ~/css.
Well... this will allow me to change the default css directory, but will it allow me to add additional ones?
Example:
/css/site1/style.css
/css/site2/style.css
is working on a reply...