简体   繁体   English

CSS模板无法与Login.aspx页面一起使用

[英]CSS template not working with Login.aspx page

I've finished building my ASP.NET website. 我已经完成了ASP.NET网站的建设。 I downloaded many templates for the design, I applied them to the master page, and they worked fine for my pages.But "Login.aspx" and "ChangePassword.aspx" and "ChangePasswordSuccess.aspx" and "Register.aspx" which are built in with the website don't apply the templates! 我下载了许多用于设计的模板,将它们应用到母版页,它们在我的页面上正常工作。但是“ Login.aspx”,“ ChangePassword.aspx”,“ ChangePasswordSuccess.aspx”和“ Register.aspx”是网站内置的请勿应用模板!

They are not applying the new look only, They worked fine with the default style 他们不仅使用新外观,而且使用默认样式也可以正常工作
Can any one help me with this, I don't understand the problem. 任何人都可以帮我这个忙,我不明白这个问题。
Thanks. 谢谢。

try to write the path of the css file with ~ or with ../ 尝试用〜或../来写css文件的路径

ex: 例如:

href="~/Styles/Site.css"
href="../Styles/Site.css"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 应用程序重定向到login.aspx页面 - Application redirects to login.aspx page login.aspx页面应重定向到其他页面 - login.aspx page should redirect to a different page GridView HyperlinkField NavigateUrl重定向到login.aspx页或所需的页面 - GridView HyperlinkField NavigateUrl redirect to login.aspx page or the desired page ASP.net默认login.aspx页缺少图像 - ASP.net default login.aspx page missing images 尝试更改默认情况下使用Asp.Net WebForms模板提供的Login.aspx页的母版时发生运行时错误 - Runtime error when attempting to change the Master Page for the Login.aspx page given by default with the Asp.Net WebForms template 从Web-Api重定向到Login.aspx页面 - Redirect to Login.aspx Page from Web-Api 如果用户在 url 中输入 login.aspx,如何重定向到 dotnet core 中的登录页面 - how to redirect to login page in dotnet core, if the user enters login.aspx in the url 具有表单身份验证功能的Silverlight-重定向到login.aspx - silverlight with forms authentification - redirect to login.aspx ASP.Net aspxerrorpath = / Login.aspx - ASP.Net aspxerrorpath=/Login.aspx 尝试更改asp.net中默认login.aspx页内的标签文本 - Trying to change the text of a label that is inside the default login.aspx page in asp.net
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM