Ändere deinen Body-Tag mal wie foglt ab:
Code: Alles auswählen
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
Code: Alles auswählen
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
Code: Alles auswählen
<table border="0" cellpadding="0" cellspacing="0" class="header">
<tr>
<td><img src="grafiken/header/header_t_l.jpg" alt="" width="14" height="14" /></td>
<td width="100%" class="headertop"><img src="grafiken/header/spacer.gif" alt="" width="14" height="14" /></td>
<td><img src="grafiken/header/header_t_r.jpg" alt="" width="14" height="14" /></td>
</tr>
<tr>
<td class="headerleft"><img src="grafiken/header/spacer.gif" alt="" width="14" height="60" /></td>
<td class="headerbody"><span class="headertitle">Jugendseite des WSV Verden
e.V.</span><br>
<span class="headersubtitle"> Informationen über paddeln, Kanu, Kajak,
Boot fahren uvm.</span>
</td>
<td class="headerright"><img src="grafiken/header/spacer.gif" alt="" width="14" height="60" /></td>
</tr>
<tr>
<td><img src="grafiken/header/header_b_l.jpg" alt="" width="14" height="14" /></td>
<td width="100%" class="headerbottom"><img src="grafiken/header/spacer.gif" alt="" width="1" height="14" /></td>
<td><img src="grafiken/header/header_b_r.jpg" alt="" width="14" height="14" /></td>
</tr>
</table>
Nach diesem Vorbild möchte ich ebenfals gerne mein HP-Menü in das Forum einbinden, auf der Index-Seite reicht mir erstmal.Lumio hat geschrieben:Hi!
Das ganze hab ich folgendermaßen gelöst:
Du nimmst eine Table her, nämlich so eine:Code: Alles auswählen
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="10%"></td> <td width="80%"></td> </tr> </table>
Code: Alles auswählen
<table width="20%" height="178" border="1" align="left">
<tr>
<td><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><a href="http://www.beastiependent.de" target="_self">Start</a><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> (<font color="#FFFF00">neu</font>) </font></strong></font></td>
</tr>
...
<tr>
<td> <!-- BEGIN Shoutbox.de CODE -->
<iframe src="http://44455.shoutbox.de/" width="250" height="300" frameborder="1" allowTransparency="true"></iframe>
<!-- END Shoutbox.de CODE-->
</td>
</tr>
</table>
Code: Alles auswählen
<!-- BEGIN Shoutbox.de CODE -->
<!-- END Shoutbox.de CODE-->