Hoi, ik probeer een HTML Table in een array te plaatsen

Maar ik krijg het niet voormekaar. De tabel waarden komen niet goed terecht,
zoals je in de output ook kunt zien.

Elke hulp wordt gewaardeerd :D


Dit is de PHP:

<?php
libxml_use_internal_errors(true);

$i=0;
// new dom object
$dom = new DOMDocument();

//load the html
$html = $dom->loadHTMLFile("106642new.html");

//discard white space
$dom->preserveWhiteSpace = false;

//the table by its tag name
$tables = $dom->getElementsByTagName('table');

//get all rows from the table
$rows = $tables->item(0)->getElementsByTagName('tr');




// loop over the table rows
foreach ($rows as $col)
{
// get each column by tag name
//$cols1 = $col->getElementsByTagName('tr');
$cols2 = $col->getElementsByTagName('td');
$i= $i + 1 ;

// $value = "Nummer: ".$i.": ".$cols1->item(0)->nodeValue.PHP_EOL;
$value = "Nummer: ".$i.": ".$cols2->item(0)->nodeValue.PHP_EOL;


// $value = "test: ".$i.": ".$cols->item(0)->nodeValue.PHP_EOL;



$cols = array(1, 2, 3, 4, 5);

echo $value;
// $cols[$i] = $row;
// echo the values


//echo $cols->item(0)->nodeValue ;
}
?>




OUTPUT:

Nummer: 1:  &nbsp
Nummer: 2:  

Basisrooster schooljaar 2011 2012 (m.i.v. 12-09-11)
   
 Maandag
 Dinsdag
 Woensdag
 Donderdag
 Vrijdag
1e uur
 
 &nbsp
 
 &nbsp
 
 

 WAS
 &nbsp
 HE09
 &nbsp
 econ
 5

 WIK
 &nbsp
 HC17
 &nbsp
 biol
 4

 OTT
 &nbsp
 HC01
 &nbsp
 dutl
 6

 
 &nbsp
 
 &nbsp
 
 

2e uur
 KEJ
 &nbsp
 HC02
 &nbsp
 wisA
 3

 BRT
 &nbsp
 HE05
 &nbsp
 netl
 

 OTT
 &nbsp
 HC01
 &nbsp
 dutl
 6

 BAU
 &nbsp
 HG01
 &nbsp
 lo
 

 MET
 &nbsp
 HD02
 &nbsp
 entl
 

3e uur
 WAS
 &nbsp
 HE07
 &nbsp
 econ
 5

 MET
 &nbsp
 HD02
 &nbsp
 entl
 

 WAS
 &nbsp
 HE05
 &nbsp
 econ
 5

 BAU
 &nbsp
 HG01
 &nbsp
 lo
 

 KEJ
 &nbsp
 HC02
 &nbsp
 wisA
 3

4e uur
 
 &nbsp
 
 &nbsp
 
 

 DER
 &nbsp
 HE08
 &nbsp
 ges
 1

 KEJ
 &nbsp
 HC06
 &nbsp
 wisA
 3

 DER
 &nbsp
 HE10
 &nbsp
 ges
 1

 CHR
 &nbsp
 HB15
 &nbsp
 ckv
 

5e uur
 DOC
 &nbsp
 HE09
 &nbsp
 m&o
 2

 
 &nbsp
 
 &nbsp
 
 

 MET
 &nbsp
 HD02
 &nbsp
 entl
 

 BRT
 &nbsp
 HE05
 &nbsp
 netl
 

 OTT
 &nbsp
 HC03
 &nbsp
 dutl
 6

6e uur
 OTT
 &nbsp
 HC03
 &nbsp
 dutl
 6

 WIK
 &nbsp
 HC17
 &nbsp
 biol
 4

 WAS
 &nbsp
 HE01
 &nbsp
 econ
 5

 WIK
 &nbsp
 HC17
 &nbsp
 biol
 4

 
 &nbsp
 
 &nbsp
 
 

7e uur
 BRT
 &nbsp
 HC07
 &nbsp
 netl
 

 
 &nbsp
 
 &nbsp
 
 

 CHR
 &nbsp
 HB17
 &nbsp
 ckv
 

 DOC
 &nbsp
 HE09
 &nbsp
 m&o
 2

 MET
 &nbsp
 HD02
 &nbsp
 entl
 

8e uur
 WIK
 &nbsp
 HC15
 &nbsp
 biol
 4

 
 &nbsp
 
 &nbsp
 
 

 BRT
 &nbsp
 HE07
 &nbsp
 netl
 

 DOC
 &nbsp
 HE09
 &nbsp
 m&o
 2

 DER
 &nbsp
 HE10
 &nbsp
 ges
 1


Nummer: 3:  
Nummer: 4:  1e uur
Nummer: 5:  
Nummer: 6:  WAS
Nummer: 7:  WIK
Nummer: 8:  OTT
Nummer: 9:  
Nummer: 10:  2e uur
Nummer: 11:  KEJ
Nummer: 12:  BRT
Nummer: 13:  OTT
Nummer: 14:  BAU
Nummer: 15:  MET
Nummer: 16:  3e uur
Nummer: 17:  WAS
Nummer: 18:  MET
Nummer: 19:  WAS
Nummer: 20:  BAU
Nummer: 21:  KEJ
Nummer: 22:  4e uur
Nummer: 23:  
Nummer: 24:  DER
Nummer: 25:  KEJ
Nummer: 26:  DER
Nummer: 27:  CHR
Nummer: 28:  5e uur
Nummer: 29:  DOC
Nummer: 30:  
Nummer: 31:  MET
Nummer: 32:  BRT
Nummer: 33:  OTT
Nummer: 34:  6e uur
Nummer: 35:  OTT
Nummer: 36:  WIK
Nummer: 37:  WAS
Nummer: 38:  WIK
Nummer: 39:  
Nummer: 40:  7e uur
Nummer: 41:  BRT
Nummer: 42:  
Nummer: 43:  CHR
Nummer: 44:  DOC
Nummer: 45:  MET
Nummer: 46:  8e uur
Nummer: 47:  WIK
Nummer: 48:  
Nummer: 49:  BRT
Nummer: 50:  DOC
Nummer: 51:  DER



HTML:



<html>



<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>Lesrooster</title>

 <link  href="styles/rooster.css" rel="stylesheet" type="text/css">

<script type="text/javascript">

<!--

function naar_url(hetadres)

{

  if (hetadres != "")

  {

     self.location.href = hetadres;

  }

}

//-->

</script>



<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!-- //
window.print();
//-->
</SCRIPT>
</head>



<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">

<div align=left>

<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" height="100%">

<tr><td valign="top">&nbsp</td></tr>

<tr><td valign="top">

<p font class="Header">Basisrooster schooljaar 2011 2012 (m.i.v. 12-09-11)</font></p>
<br><div font class="lNameHeader"></font> </div><table border=1>
<tr class="AccentDark">
 <td align="left" width="65" class="tableHeader"></td>
 <td align="center" width="auto" class="tableHeader">Maandag</td>
 <td align="center" width="auto" class="tableHeader">Dinsdag</td>
 <td align="center" width="auto" class="tableHeader">Woensdag</td>
 <td align="center" width="auto" class="tableHeader">Donderdag</td>
 <td align="center" width="auto" class="tableHeader">Vrijdag</td>
</tr><tr>
 <td align="left" width="50" class="tableHeader">1e uur</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell"></td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">WAS</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE09</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">econ</td>
 <td align="left" width="9" class="tableCell">5</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">WIK</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC17</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">biol</td>
 <td align="left" width="9" class="tableCell">4</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">OTT</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC01</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">dutl</td>
 <td align="left" width="9" class="tableCell">6</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell"></td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
</tr>
<tr>
 <td align="left" width="50" class="tableHeader">2e uur</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">KEJ</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC02</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">wisA</td>
 <td align="left" width="9" class="tableCell">3</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">BRT</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE05</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">netl</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">OTT</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC01</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">dutl</td>
 <td align="left" width="9" class="tableCell">6</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">BAU</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HG01</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">lo</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">MET</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HD02</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">entl</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
</tr>
<tr>
 <td align="left" width="50" class="tableHeader">3e uur</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">WAS</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE07</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">econ</td>
 <td align="left" width="9" class="tableCell">5</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">MET</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HD02</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">entl</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">WAS</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE05</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">econ</td>
 <td align="left" width="9" class="tableCell">5</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">BAU</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HG01</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">lo</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">KEJ</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC02</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">wisA</td>
 <td align="left" width="9" class="tableCell">3</td>
</tr>
</table>
</td>
</tr>
<tr>
 <td align="left" width="50" class="tableHeader">4e uur</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell"></td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">DER</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE08</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">ges</td>
 <td align="left" width="9" class="tableCell">1</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">KEJ</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC06</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">wisA</td>
 <td align="left" width="9" class="tableCell">3</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">DER</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE10</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">ges</td>
 <td align="left" width="9" class="tableCell">1</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">CHR</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HB15</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">ckv</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
</tr>
<tr>
 <td align="left" width="50" class="tableHeader">5e uur</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">DOC</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE09</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">m&o</td>
 <td align="left" width="9" class="tableCell">2</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell"></td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">MET</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HD02</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">entl</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">BRT</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE05</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">netl</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">OTT</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC03</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">dutl</td>
 <td align="left" width="9" class="tableCell">6</td>
</tr>
</table>
</td>
</tr>
<tr>
 <td align="left" width="50" class="tableHeader">6e uur</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">OTT</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC03</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">dutl</td>
 <td align="left" width="9" class="tableCell">6</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">WIK</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC17</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">biol</td>
 <td align="left" width="9" class="tableCell">4</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">WAS</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE01</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">econ</td>
 <td align="left" width="9" class="tableCell">5</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">WIK</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC17</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">biol</td>
 <td align="left" width="9" class="tableCell">4</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell"></td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
</tr>
<tr>
 <td align="left" width="50" class="tableHeader">7e uur</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">BRT</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC07</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">netl</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell"></td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">CHR</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HB17</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">ckv</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">DOC</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE09</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">m&o</td>
 <td align="left" width="9" class="tableCell">2</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">MET</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HD02</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">entl</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
</tr>
<tr>
 <td align="left" width="50" class="tableHeader">8e uur</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">WIK</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HC15</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">biol</td>
 <td align="left" width="9" class="tableCell">4</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell"></td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell"></td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">BRT</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE07</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">netl</td>
 <td align="left" width="9" class="tableCell"></td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">DOC</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE09</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">m&o</td>
 <td align="left" width="9" class="tableCell">2</td>
</tr>
</table>
</td>
 <td align="left" width="auto" class="tableCell"><table border="0" cellpadding="0" cellspacing="0" >
<tr>
 <td align="left" width="41" class="tableCell">DER</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="75" class="tableCell">HE10</td>
 <td align="left" width="3" class="tableCell">&nbsp</td>
 <td align="left" width="73" class="tableCell">ges</td>
 <td align="left" width="9" class="tableCell">1</td>
</tr>
</table>
</td>
</tr>
</table>


</td></tr>



</table>

</div>



</body>

</html>



Kun je de output tussen code-tags zetten?
Foutje, heb het inmiddels aangepast

Reageren