页面最顶部使用include后,会显示空白行,css也不正常,求解决方法
页面是utf-8编码
编辑器:dreamweaver 页面属性已经勾选了 包括Unicode签名(BOM)(s)
这样页面顶部会显示一行空白,查看源代码什么都正常:
<?php include_once("inc.php");?><br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br /><html xmlns="http://www.w3.org/1999/xhtml"><br /><head>