html table fejl
hey, jeg har bygget min nye hp op i tables og den ser sådan her ud...http://zyxep.fastweb.dk/v2.0/
men newsne inde i midten er ikke i top :( jeg bruger valign="top" til at få den der op men den vil ik :( jeg vil tro det er mine tables uden om mine source rundt om ser sådan her ud:
//det her er toppen
<?php
session_start();
include("mysql.php");
?>
<html>
<head>
<title>...::: zyxep v2.0 :::...</title>
<link href="Fido.css" rel="stylesheet" type="text/css">
</head>
<body bgColor="#4a617b" topmargin="0" leftmargin="0" >
<br style="font-size: 5px">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="790" align="center">
<tr>
<td valign="top" style="border: 1px solid gray"><img src="logo.jpg" border="0"></td>
</tr>
</table>
<br><table width="790" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="116" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="150">
<tr>
<td width="100%">
<p style="margin-top: 0; margin-bottom: 0">
<img border="0" src="fanebladtop2.jpg" width="158" height="21"></td>
</tr>
<tr>
<td width="100%" background="fanebladlink.jpg">
<?php
include("menu.php");
?>
</td>
</tr>
<tr>
<td width="100%">
<p style="margin-top: 0; margin-bottom: 0">
<img border="0" src="fanebladbund.jpg" width="158" height="15"></td>
</tr>
</table>
<br>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="150">
<tr>
<td width="100%">
<p style="margin-top: 0; margin-bottom: 0">
<img border="0" src="fanebladtop2.jpg" width="158" height="21"></td>
</tr>
<tr>
<td width="100%" background="fanebladlink.jpg">
<?
if ($_SESSION['status'] == 3) { include "level3.php"; }
elseif ($_SESSION['status'] == 2) { include "level2.php"; }
elseif ($_SESSION['status'] == 1) { include "leve1.php"; }
else { include "login.php"; }
?>
</td>
</tr>
<tr>
<td width="100%">
<p style="margin-top: 0; margin-bottom: 0">
<img border="0" src="fanebladbund.jpg" width="158" height="15"></td>
</tr>
</table>
</td>
<td width="544" valign="top">
// selve siden her altså der hvor nyhederne er ...
//under siden
</td>
<td width="128" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="150">
<tr>
<td width="100%">
<img border="0" src="faneblad2.jpg" width="158" height="21"></td>
</tr>
<tr>
<td width="100%" background="fanebladlink.jpg"> </td>
</tr>
<tr>
<td width="100%">
<img border="0" src="fanebladbund.jpg" width="158" height="15"></td>
</tr>
</table>
</td>
</tr> </table>
</body>
</html>
hvordan jeg få så mine tables inde i midten er i top.. så den flugter :D
plz help for det ser kanon grimt ud... på min side
