文件保存为html和php时出现奇怪的格式问题

时间:2011-11-29 03:19:50

标签: php html

当文件保存为html文件时,所有内容都可以正常呈现,但是当文件保存为php时,看起来有一个打开的标记。提到的开放标记是一个简单的" "< ",可以在实时php页面http://bit.ly/v267Nh上看到。此处还有同一文件的html版本" "< "未呈现http://bit.ly/t26igR。文件中没有php脚本,因此您在源代码中看到的是实际的html源代码。

当我在Firefox中查看源代码“&gt;字符编码但我不知道它是如何呈现的,因为没有生成html代码的php脚本。这是代码编辑器中出现的代码。< / p>

<h1>All Purpose Cleaning Kit</h1>
<p>Safer and powerful cleaning action that removes grease, oil and heavy soiling from appliances, counters, tables, shelves, floors, doors, walls, and all other hard surfaces in and around your home.   </p><br />
<p><b>Comes With Everything Pictured:</b>   Kit Box, 32 oz. Spray Bottle, 12 oz. Concentrate, Push/Pull Cap, Micro-Fiber Cloth<br /><br /><b>Concentrate Makes Up To (6) 32 oz. Spray Bottles (1 1/2 Gallons)</b><br />
<div class="bottles"><img src="imgs/smallbottles.png" width="210" height="75"></div>
</p> <table width="450" border="1" class="pricetable">

1 个答案:

答案 0 :(得分:0)

没有看到你的php源代码就无法分辨。

搜索来源并尝试查找<div class="bottles">,其下方有一个空段落,下面是您的括号。如果我猜,那可能是一个太多的双引号。

顺便说一下,看看Google Chromes“Inspector”或Firefox的Firebug插件。它可以帮助你确定这些问题。

更新#1:

可能导致此错误的javascript错误相当多。它发生在你的页面的两个版本上,所以它不太可能,但你永远不会知道。