Ik heb een probleem met het samenwerken van colspan en de rowspan tag. Ik ben pas begonnen met html, dus kom alsjeblieft niet met ingewikkelde antwoorden of termen
Het volgende wil ik berijken (schematisch):

en ik heb de volgende code geschreven:
[code=html]
<html>
<head>
<title>index</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<body bgcolor="gray">
<font face="vernada, arial" size="2">
<center>
<table width="75%" border ="1">
<tr height="120">
<td width="15%">4</td>
<td colspan="3" >4</td>
<td width="15%">4</td>
</tr>
<tr height="20">
<td colspan="5" </td>
<font face="vernada, arial" color="#00BFFF" size="3">
<marquee> test test </marquee> </font>
</tr>
<tr height="20">
<td width="15%">4</td>
<td rowspan="3" <td colspan="3">4</td>
<td width="15%">4</td>
</tr>
<tr height="20">
<td width="15%">4</td>
<td rowspan="3" <td colspan="3">4</td>
<td width="15%">4</td>
</tr>
<tr height="20">
<td width="15%">4</td>
<td rowspan="3" <td colspan="3">4</td>
<td width="15%">4</td>
</tr>
</table>
</center>
</font>
</body>
</html>
[/code=html]
Wat doe ik fout?
bedankt alvast,
Erik
Het volgende wil ik berijken (schematisch):

en ik heb de volgende code geschreven:
[code=html]
<html>
<head>
<title>index</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<body bgcolor="gray">
<font face="vernada, arial" size="2">
<center>
<table width="75%" border ="1">
<tr height="120">
<td width="15%">4</td>
<td colspan="3" >4</td>
<td width="15%">4</td>
</tr>
<tr height="20">
<td colspan="5" </td>
<font face="vernada, arial" color="#00BFFF" size="3">
<marquee> test test </marquee> </font>
</tr>
<tr height="20">
<td width="15%">4</td>
<td rowspan="3" <td colspan="3">4</td>
<td width="15%">4</td>
</tr>
<tr height="20">
<td width="15%">4</td>
<td rowspan="3" <td colspan="3">4</td>
<td width="15%">4</td>
</tr>
<tr height="20">
<td width="15%">4</td>
<td rowspan="3" <td colspan="3">4</td>
<td width="15%">4</td>
</tr>
</table>
</center>
</font>
</body>
</html>
[/code=html]
Wat doe ik fout?
bedankt alvast,
Erik