在文件结构中找不到代码css / html

时间:2014-07-29 09:28:04

标签: html css

我有点问题。

我有这行代码..

<style type="text/css" media="screen">
    html { margin-top: 32px !important; }
    * html body { margin-top: 32px !important; }
    @media screen and ( max-width: 782px ) {
        html { margin-top: 46px !important; }
        * html body { margin-top: 46px !important; }
    }
</style>

..我在网站的任何地方都找不到CSS和HTML文件。 这可能来自哪里?我检查了index.php文件,标题。

可以在网站的第一页看到。我查看了源代码,它就在那里。但我找不到网站文件中的代码行。

关心帮助?

编辑:Chrome(作为浏览器)似乎将此行添加到index.php中。怪异!

1 个答案:

答案 0 :(得分:0)

superblana,

这些行必须位于模板文件或index.php中的某个位置。 如果您在源代码中说出来,请确保您查看服务器发送的源代码(例如,使用Ctrl + U),而不是浏览器提供的DOM。

所以我认为它必须在你的index.php或你的模板中的某个地方。签入您的PHP,可能包含或由函数或其他内容生成。