ändere ma an dieser stelle das valign in top
Code:
<td width="100%" align="center" valign="middle"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="17%"><?php mosLoadModules ( 'left' ); ?></td>
<td width="63%"><?php mosMainBody(); ?></td>
<td width="20%"><?php mosLoadModules ( 'right' ); ?></td>
so sollte es dann aussehen
Code:
<td width="100%" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="17%"><?php mosLoadModules ( 'left' ); ?></td>
<td width="63%"><?php mosMainBody(); ?></td>
<td width="20%"><?php mosLoadModules ( 'right' ); ?></td>
Lesezeichen