Hello,
I would like to have several pages using two different themes [red] and [blue] for example , but i would like to have a base.css file that can be shared by both without having to defined identical section in both of them.
To give you a better picture i would have the [red] theme folder with two css files : red.css and base.css . And the blue one with 2 css asd well : blue.css and base.css. is there any way i can define a global stylesheet to be used by both pages
for common sections without having to duplicate base.css? I also noticed that in visual studio 2008 beta2, having two css files in the theme folder generated an error (The class or cssValue is not defined), although it doesn;t keep it to render itself correctly.
Is it a bad practice to have multiple css files for a theme?
Thanks
Still in search of the far side.
--------------------------------
A code snippet may help you, but a reference to the doc will teach you something for later...Don't just try to solve somebody's problem with a snippet, teach him how to solve it.