lan ikke få aline til at virke inde i include php
Hej Der hvor jeg includer mine sider på index siden kan jeg ikke aline noget. hvorfor.her er siden www.lan-host.com
her er koden.
<?
session_start();
include("func.php");
DB::Conn("open");
if(isset($_GET['p'])){$_GET['p'] = $_GET['p'];}else{$_GET['p'] = "news";}
?>
<html>
<head>
<title>Lan-Host</title>
<style type="text/css">
a:active, a:focus, a:link, a:visited {color: #999999;text-decoration: none; }
a:hover {color: #333333;text-decoration: none;}
</style>
</head>
<body bgcolor="#FFFFFF">
<!-- Total Table -->
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<!-- Main Table -->
<table width="600px" height="800px" cellpadding="0" cellspacing="0" border="0" align="center" style="border: gray 1px solid;">
<tr>
<td>
<!-- Top Table -->
<table width="600" height="100px" align="canter" va cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/top.jpg">
</td>
</tr>
</table>
<!-- Menu Table -->
<table width="600" height="25px" align="canter" cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/menu.jpg">
<table style="margin-left: 60px;" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<strong><a href="?p=news">- News</a> <a href="?p=lans">- Lans</a> <a href="?p=members">- Members</a> <a href="?p=manage">- Login</a></strong>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Contents table top -->
<table width="600" height="37px" align="canter" cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/cont-top.jpg">
<table style="margin-top: 6px;" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<?
$title = array(news => "News", lans => "Lans", members => "Members", manage => "Login");
?><?=$title[$_GET['p']]?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Contents table middel -->
<table width="600" height="575" align="canter" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" background="images/cont-middel.jpg">
<table align="center" style="margin-left: 15px;" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<? include($_GET['p'].".php"); ?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Contents Table back -->
<table width="600" height="37px" cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/cont-back.jpg">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Bottom Table -->
<table bgcolor="#CCCCCC" width="600" height="25px" align="canter" va cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/bottom.jpg">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
