Det räcker kanske att möblera om i header.php. Jag postar hela koden:
<?
$m1 = explode(" ", microtime());$stime = $m1[1] + $m1[0];?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<html dir=<?=C_HTML_DIR?>>
<head>
<title><?=C_SNAME?></title>
<link rel="stylesheet" type="text/css" href="<?=C_URL?>/templates/<?=C_TEMP?>/style.css">
<META name=robots content=all>
<META HTTP-EQUIV="Expires" Content="0">
<meta http-equiv=Content-Type content="text/html; charset=<?=C_CHARSET?>">
<meta name=Copyright content="YourSite.com">
<meta name=Author content="YourSite.com">
<META name=description content="">
<META name=keywords content="">
<script>
<!--
function open_win(win_file, win_title)
{
window.open(win_file, win_title, 'resizable=yes,width=<?=C_WIN_WIDTH?>,height=<?=C_WIN_HEIGHT?>,toolbar=no,scrollbars=auto,location=yes,menubar=no,status=no');
}
-->
</script>
</head>
<body bgcolor=#FFFFFF leftmargin=0 topmargin=0>
<center><Table border="1" cellspacing="0" cellpadding="0" bordercolor="<?=C_TBCOLOR?>" bgcolor="<?=COLOR2?>">
<tr><td width="740" height="94" align=left><img src="<?=C_URL.'/templates/'.C_TEMP?>/images/logo.jpg" border="0" height="94" width="130" alt="AzDGDating"></td></tr></table><Table CellSpacing="<?=C_BORDER?>" CellPadding="0" width="<?=C_BWIDTH?>" bgcolor="<?=C_TBCOLOR?>"><Tr><Td>
<Table Border=0 CellSpacing="<?=C_IBORDER?>" CellPadding="1" width="<?=C_BWIDTH?>" class=mes>
<?if(C_SHOW_LANG > '1') include_once C_PATH.'/include/languages.inc.php';?>
<Tr bgcolor="<?=COLOR2?>"><Td Width="99" align="center">
<a href="<?=C_URL?>/index.php?l=<?=$l?>" class=menu><?=$w[88]?></a></Td><Td Width="99" align="center"><a href="<?=C_URL?>/add.php?l=<?=$l?>" class=menu><?=$w[89]?></a></Td><Td Width="100" align="center"><a href="<?=C_URL?>/login.php?l=<?=$l?>" class=menu><?=$w[90]?></a></Td><Td Width="99" align="center"><a href="<?=C_URL?>/search.php?l=<?=$l?>" class=menu><?=$w[91]?></a></Td><Td Width="100" align="center"><a href="<?=C_URL?>/feedback.php?l=<?=$l?>" class=menu><?=$w[92]?></a></Td><Td Width="99" align="center"><a href="<?=C_URL?>/faq.php?l=<?=$l?>" class=menu><?=$w[93]?></a></Td><Td Width="100" align="center"><a href="<?=C_URL?>/stat.php?l=<?=$l?>" class=menu><?=$w[94]?></a>
</td></tr>
<?if((isset($_SESSION["s"]))&&(isset($_SESSION["m"]))&&(is_numeric($_SESSION["m"]))&&($_SESSION["s"]) == md5(ip())) {
?>
<Tr bgcolor="<?=COLOR1?>" class=desc><Td colspan=7><?=$w[95]?>[<?=$_SESSION['m'];?>] <?if(isset($_SESSION['u'])) echo $wpu[$_SESSION['u']];?>:<br><a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=v" class=menu>[<?=$w[96]?>]</a> <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=b" class="menu">[<?=$w[97]?>]</a> <a href="<?=C_URL?>/view.php?l=<?=$l?>&id=<?=$_SESSION['m']?>" class="menu">[<?=$w[98]?>]</a> <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=c" class="menu">[<?=$w[99]?>]</a> <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=p" class="menu">[<?=$w[100]?>]</a>
<?if(C_REMOVE_ALLOW != '0') {?> <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=h" class="menu">[<?=$w[101]?>]</a><?}?>
<?if(C_PAYMENT_USE) {
if ((C_PAYMENT_LINK) || (!(C_PAYMENT_LINK) && ((C_PAYMENT_WHO == $_SESSION['g']) || (C_PAYMENT_WHO == '0')))) {?> <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=r" class="menu">[<?=$w[277]?>]</a><?}}?>
<a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=e" class="menu">[<?=$w[102]?>]</a>
</Td></Tr>
<?}?>
</table></Td></Tr>
Det är de här båda tabellerna som hamnar ovanför tabellen de skulle ligga i.