Meine Seite schwebt in der Mitte?

Status
Nicht offen für weitere Antworten.

hw-center

Grünschnabel
Hi hier mal mein Link zu meiner Seite: (noch im Aufbau)

http://web7.mis02.de

So wie ihr seht befindet sich die seite irgendwo im raum und nicht direkt am oberen und rechten rand. Wie bekomm ich das hin.

Wer dazu den Quelltext brauch, hier:

PHP:
<html>
<title>HW-Center - Hardware, Modding and more</title>
    <link rel="stylesheet" type="text/css" href="hwcenter.css">
<body>
<table><tr><td width="100%">

<table border="0" CELLSPACING=0 CELLPADDING=0 WIDTH=992 NOF=LY>
  <col span="3">
  <tr>
    <td valign="top" rowspan="2" width="125">
	   <table border="0" CELLSPACING=0 CELLPADDING=0>
         <TR VALIGN=TOP ALIGN=LEFT>
           <TD HEIGHT=143 ALIGN=CENTER VALIGN=MIDDLE WIDTH=125><IMG ID="Bild3" SRC="linksbanner.jpg" BORDER=0 width="125" height="143"></TD>
         </TR>
         <TR VALIGN=TOP ALIGN=LEFT>
           <TD HEIGHT=143 ALIGN=CENTER VALIGN=MIDDLE WIDTH=125>
	         <table border="1" bordercolor="#000000" CELLSPACING=0 CELLPADDING=0 style='border-collapse: collapse' NOF=LY>
		       <tr> 
			     <td class="navi" valign="top" align="left" width="125" height="700" background="navilinks.jpg"><br>&nbsp;<font class="navitop">News</font><br>
				 																								   &nbsp;» Aktuelle News<br>
				 																					 			   &nbsp;» News melden<br>
																												   &nbsp;» Aktuelle News<br>
																												   <br>
				 																					 			   &nbsp;<font class="navitop">Artikel/Tests</font><br>
																												   &nbsp;» Cooling<br>
																												   &nbsp;» Hardware<br>
				 																					 			   &nbsp;» Casemodding<br>
																												   &nbsp;» Software<br>
				 																					 			   &nbsp;» Sonstiges<br>
																												   &nbsp;» HowTo`s<br>
				 																					 			   &nbsp;» Kühlercharts<br>
																												   <br>
																												   &nbsp;<font class="navitop">Misc</font><br>
				 																					 			   &nbsp;» Case Gallery<br>
				 																					 			   &nbsp;» Links<br>
																												   &nbsp;» Sponsoren<br>
																												   <br>
																												   &nbsp;<font class="navitop">Community</font><br>
				 																					 			   &nbsp;» Forum<br>
																												   &nbsp;» Chat<br>
				 																					 			   &nbsp;» Gästebuch<br>
																												   &nbsp;» Umfragen<br>
																												   <br>
																												   &nbsp;<font class="navitop">HW-Center</font><br>
																												   &nbsp;» Impressum<br>
																												   &nbsp;» über uns<br>
				 																					 			   &nbsp;» Link us<br>
																												   <br>
																												   <img src="werbung.gif" width="102" height="12" alt="Werbung" style="margin-top: 10px; margin-left: 10px;"><br>
    <a href="http://www.blacknoise.de/" target="_blank"><img src="blacknoise_100x120.gif" width="100" height="120" alt="Blacknoise" border="0" style="margin-left: 10px; border: 1px solid #000000;"></a></td>
			   </tr>
	         </table>
	       </TD>
		 </tr>
       </table>
	</td>
   <td valign="top" width="774"><img src="obenbanner.jpg" BORDER=0>
   </td>
	<td valign="top" rowspan="2" width="125">
	   <table border="0" CELLSPACING=0 CELLPADDING=0>
         <TR VALIGN=TOP ALIGN=LEFT>
           <TD HEIGHT=143 ALIGN=CENTER VALIGN=MIDDLE WIDTH=125><IMG ID="Bild3" SRC="rechtsbanner.jpg" BORDER=0 width="125" height="143"></TD>
         </TR>
         <TR VALIGN=TOP ALIGN=LEFT>
           <TD HEIGHT=143 ALIGN=CENTER VALIGN=MIDDLE WIDTH=125>
	         <table border="1" bordercolor="#000000" CELLSPACING=0 CELLPADDING=0 style='border-collapse: collapse' NOF=LY>
		       <tr> 
			     <td valign="top" width="125" height="700" background="navirechts.jpg">&nbsp;</td>
			   </tr>
	         </table>
	       </TD>
		 </tr>
       </table>
	</td>
 
  </tr>
  <tr>
    <td valign="top" height="700">inhalt</td>
  </tr>
</table>


</td></tr></table>
</body>

</html>
 
Hi,

gib mal in den Style Sheets für den Body folgendes an:

margin-top:0px;
margin-left:0px;

Gruß,
Melanie
 
Status
Nicht offen für weitere Antworten.
Zurück