我有最奇怪的錯誤。 在我的PHP文件包括我的幾個PHP文件:包括php文件更改佈局?
<?php
include("a.php");
include("b.php");
include("c.php");
?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="src/main.css" ></link>
<script src="src/jquery-1.3.2.js" type="text/javascript" ></script>
</head>
<body>
some more code here...
當呈現頁面時,我看到大概有添加到佈局18像素,並且鏈接和腳本標籤被移動的主體部分內。 如果我刪除包括b.php和c.php它不會發生。
有什麼想法?
什麼是a,b和c.php?也許空格或錯誤可能導致這個問題 – 2009-06-14 22:56:47