Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 09, 2010 10:16 AM by bigtrend
Member
13 Points
32 Posts
Mar 09, 2010 09:30 AM|LINK
Hello all,
In my WebSites i have Directory Admin, in this Directory i have Page admin.aspx,
When i go to this page, all my css(styles) are not applied to this Page.
File default.css specified in App_Themes\StandartTheme\Default.css.
How make css working for this page ?
Contributor
2551 Points
436 Posts
Mar 09, 2010 10:16 AM|LINK
You can add to <system.web> section of your web.config the following line:
<pages theme="StandardTheme" />
dnikitsin
Member
13 Points
32 Posts
Problem with css
Mar 09, 2010 09:30 AM|LINK
Hello all,
In my WebSites i have Directory Admin, in this Directory i have Page admin.aspx,
When i go to this page, all my css(styles) are not applied to this Page.
File default.css specified in App_Themes\StandartTheme\Default.css.
How make css working for this page ?
Bigtrend
Contributor
2551 Points
436 Posts
Re: Problem with css
Mar 09, 2010 10:16 AM|LINK
You can add to <system.web> section of your web.config the following line:
<pages theme="StandardTheme" />