Also zunächst einmal der Code für den von mir benannten "Trophäenschrank":
<center><TABLE class=tableline02 style="WIDTH: 473px; HEIGHT: 24px" cellSpacing=0 cellPadding=0 border=0>
<TR>
<TD style="WIDTH: 8px" vAlign=top><FONT size=2><IMG height=24 alt="" src="i/i/curve_01.gif" width=8 border=0></FONT></TD>
<TD class=headingtablesmall align=left><FONT size=2>Trophäenschrank</FONT></TD>
<TD style="WIDTH: 8px" vAlign=top><FONT size=2><IMG height=24 alt="" src="i/i/curve_02.gif" width=8 border=0></FONT></TD></TR></TABLE>
<TABLE class=tableline01 style="WIDTH: 473px; HEIGHT: 1px" cellSpacing=0 cellPadding=0 border=0>
<TR>
<TD><FONT size=2><IMG height=1 alt="" src="i/i/pxl_transparent.gif" width=1 border=0></FONT></TD></TR></TABLE>
<table width="473" cellpadding="2" cellspacing="1" bgcolor="#012201" border="0">
<tr bgcolor="#2C501F"><td><center><table border="0"><tr><td valign="top">
<center>
<img src="http://www.red-rolinck-devils.de/assets/images/meisterschale.gif" height="100"><br><font size="2">
<b>Saison 2006/07<br>Saison 2009/2010</b></font></center></td>
<td valign="top"><center><img src="http://www.sansiro2001.de/pics/fc_bayern_muenchen/dfb-pokal.gif" height="100"><br><font size="2">
<b>2006<br></b></font></center></td></tr></table></center></td></tr>
</table></center>
<center><table style="width:473px; height:1px;" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff"><tr>
<td><img src="i/i/pxl_transparent.gif" width="1" height="1" border="0" alt="" /></td>
</tr></table>
<table style="width:473px; height:24px;" border="0" cellpadding="0" cellspacing="0" bgcolor="#012201"><tr>
<td style="width:8px;" valign="bottom"><img src="i/i/curve_03.gif" width="8" height="24" border="0" alt="" /></td>
<td style="background-color:#012201;text-decoration:none;font-size:0.72em;font-weight:normal;font-style:normal;" align="center">
<font face="bankgothic lt bt" size="2" color="#012201">...</font></td>
<td style="width:8px;" valign="bottom"><img src="i/i/curve_04.gif" width="8" height="24" border="0" alt="" /></td>
</tr></table></center>
Nun zu deiner anderen Frage, jede Spalte wird mit <td> kreiert und mit </td> wieder geschlossen, also müssen diese Spalten, wo die Infos enthalten sind, die du nicht möchtest, entfernt werden. Zum Beispiel muss in der ersten Zeile dann entfernt werden (blaue Schrift):
<tr bgcolor="#2C501F"><td><font size="2"><b> Saison</b></font></td>
<td><font size="2"><b> Punkte</b></font></td>
<td><font size="2"><b> Schnitt</b></font></td>
<td><font size="2"><b> Platzierung</b></font></td></tr>
Dies musst Du dann in jeder weiteren Zeile auch machen. Probiere es mal aus