Das ist ja das Problem. Der liegt unter dem Header und ist nicht zu erkennen ^^
das ist meine index.php
<? include('header.php'); ?>
<? include('content.php'); ?>
<? include('footer.php'); ?>
header.php
<html>
<head>
<title>11</title>
</head>
<body background="bg.gif">
<div style="position: absolute; left: 79px; top: 0px" id="Layout">
<img border="0" src="header.jpg" width="879" height="250"></div>
content.php
<div style="position: absolute; width: 200px; left: 79px; top: 250px" id="left">
<? include('left.php'); ?>
</div>
<div style="position: absolute; width: 450px; left: 279px; top: 250px" id="news">
<? include('news.php'); ?>
</div>
<div style="position: absolute; width: 200px; left: 729px; top: 250px" id="right">
<? include('right.php'); ?>
</div>
ich blick gar nicht mehr durch xD