在哪里可以找到免费的 ASP.NET 母版页?
有谁知道一个提供免费好看的 ASP.NET 母版页的网站 我可以在我的网站中使用吗?
Does anyone know a website that provides free goodlooking asp.net master pages
that i can use in my website?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
虽然直接放入 MasterPage 可能是最简单的方法,但我还没有看到任何地方可以做到这一点。尝试其他模板网站,例如 Open Web Design,然后将它们应用到您自己的母版页上。
While it may be easiest to just drop in a MasterPage, I haven't seen anywhere where you can do that. Try other template sites like Open Web Design and then apply them yo your own MasterPage.
这是我前几天发现的。它不会按照您的要求生成母版页,而是一种用于生成快速基本设计的工具,然后您可以获取该设计的 HTML。
http://www.artisteer.com/
然后,只需将 HTML 粘贴到您的文件中即可轻松完成母版页。
This is something I found the other day. It will not produce Master Pages as you have asked for, but is a tool for producing quick and basic designs which you can then get the HTML for.
http://www.artisteer.com/
It is then easy just to take the HTML and stick it into your Master Page.