Forum Moderators: not2easy
I was wondering what would be the best way to use a single style sheet over several sub-domains. Is there a problem if you place the style sheet on the main domain and then use a full url reference to link to that from the sub-domains.
I am interested in knowing whether it is better to have separate files on each sub-domains (a nuisance to maintain)and the impact on using a full url reference.
Thanks
Just a thought ....!
Del
if you have the ability to create symlinks on your server than keep the 'master' css file somewhere and then create symlinks inside each of the subdomains, that way every change you make in the master will be reflected in a change in each of the symlinks