S
shapper
Hello,
I would like to use something as follows in my web site:
Master.css
@import url("reset.css");
@import url("global.css");
@import url("flash.css");
@import url("structure.css");
MyPage.Aspx
<style type="text/css" media="Screen">
/*\*/@import url("master.css");/**/
</style>
Can I do this using App_Themes, i.e., placing my CSS files in
App_Themes?
And how can I add
<style type="text/css" media="Screen">
/*\*/@import url("master.css");/**/
</style>
To my Page.Aspx head tag at runtime, and in which event should I do
this?
Thanks,
Miguel
I would like to use something as follows in my web site:
Master.css
@import url("reset.css");
@import url("global.css");
@import url("flash.css");
@import url("structure.css");
MyPage.Aspx
<style type="text/css" media="Screen">
/*\*/@import url("master.css");/**/
</style>
Can I do this using App_Themes, i.e., placing my CSS files in
App_Themes?
And how can I add
<style type="text/css" media="Screen">
/*\*/@import url("master.css");/**/
</style>
To my Page.Aspx head tag at runtime, and in which event should I do
this?
Thanks,
Miguel