Membership - Css doesn't get applied to login page
Hi,
I have started making a very simple login system. I have created a Login page & also a Css. I have applied the Css to Login Page. I have also created rules that only the authenticated users can enter the site or else they will be redirected to Login page.
When i run the default.aspx page directly without logging, it redirects me to the Login page which is ok, but the style sheet is not getting applied to Login page all colors are vanished & i can see just plain text.
I applied it in this way :-
<link href="Style.css" rel="stylesheet" type="text/css" />
The code seems to be correct. The sytle sheet also is correct as it works in all other pages, then why doesn't it get applied to login page.
Help Me Please.
Thanks....!!
|