mm, ik heb nu dit voor de header :
PHP-code:
<table width='900px' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td width="100%" height="219px" background='/e107_themes/omkranonline/images/header.png'></td>
</tr>
</table>
<table width="85%" cellspacing="0" cellpadding="0" border="0" align="center">
Hier staan dan die twee balkjes in, profile, ..
</table>
<table width="85%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td>
Hier heb ik dan mijn forums ..
Dit stopt ook zo ..
Voor footer heb ik dan dit :
PHP-code:
</td>
</tr>
</table> ( om de forums af te sluiten .. )
<table width='900px' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td width='100%' height='125' background='/e107_themes/omkranonline/images/footer_01.png'></td>
</tr>
<tr>
<td width='100%' height='25' background='/e107_themes/omkranonline/images/footer_02.png'></td>
</tr>
<tr>
<td width='100%' height='21' background='/e107_themes/omkranonline/images/footer_03.png'></td>
</tr>
</table> ( footer .. )
Hoe voeg je dat daar dan aantoe ?
Want de forum body mag niet even breed zijn als de header & footer ..
Dus dan kan je dat toch niet doen met één table ?