母版页表现得很奇怪

发布于 2024-09-16 11:58:47 字数 288 浏览 3 评论 0原文

所以我将此母版页应用于两个文件..一个位于与母版页相同的文件夹(file1.aspx)内..另一个外部(file2.aspx)..母版页可以正常应用于file2.aspx,但不完全.. TD 的 bgcolor 丢失了..仅此而已..为什么会这样?

两个文件都没有自己的代码..只是母版页的应用程序

[编辑]

这是两个文件中母版页的地址

MasterPageFile="~/templates/master1.master"

这两个文件都没有标签。 .没什么..只是这个母版页的应用

So I applied this master page to two files..one inside the same folder(file1.aspx) as the master page..another outside(file2.aspx)..master page is applying alright to file2.aspx BUT not completely..a TD's bgcolor is missing..and ONLY that..why so ?

BOTH files got no code of their own yet..just the application of the master page

[Edit]

this is the address to the master page in both the files

MasterPageFile="~/templates/master1.master"

both files got no tag..nothing..just the application of this master page

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱情眠于流年 2024-09-23 11:58:47

所有 css 链接所有母版页都相对于页面位置解析,而不是母版位置。是否有可能您的两个页面位于不同嵌套级别的文件夹中,而您没有考虑到它?

All css links all master page resolved relative to the page location, not the master location. Is it possible that you two pages are in folders at different nesting level and you did not account for it?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文