Ik gebruik het volgende stukje code
[html]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Index Pagina</title>
<style type="text/css">
body{ margin: 0px;}
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" rightmargin="0" bottommargin="0">
<!-- hier begint de boven table (table 1) -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="20%">
[img]"images/topl.gif"[/img]
</td>
<td width="80%" background="images/topm_logo.gif">
</td>
</tr>
</table>
<!-- hier eindigt de boven table (table 1) -->
[/html]
Nu blijf ik tussen de twee plaatjes nog een heel wit smal randje houden, hoe kan ik dit oplossen dat het mooi naadloos op elkaar aansluit?
[html]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Index Pagina</title>
<style type="text/css">
body{ margin: 0px;}
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" rightmargin="0" bottommargin="0">
<!-- hier begint de boven table (table 1) -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="20%">
[img]"images/topl.gif"[/img]
</td>
<td width="80%" background="images/topm_logo.gif">
</td>
</tr>
</table>
<!-- hier eindigt de boven table (table 1) -->
[/html]
Nu blijf ik tussen de twee plaatjes nog een heel wit smal randje houden, hoe kan ik dit oplossen dat het mooi naadloos op elkaar aansluit?