I'm a beginner web designer and I'm used the CS3 slice tool to cut up an image. Now I'm trying to put the pieces back together and spaces keep getting in the way. How do I use colspan and rowspan to keep the pieces together? Here is a sample of the code and links to some images how do I get piece 6 to move over to the left to match up with the edge of piece 5? and what about when I get to the section where there are pieces that are vertically longer than others? I'm lost but I believe this can be done with colspan and rowspan I just don't know how they work.
<table id="Table_01" width="801" height="1531" border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="10">
<img src=" width="800" height="190" alt=""></td>
</tr>
<tr>
<td>
<img src=" alt=""></td>
<td colspan="3">
<img src=" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src=" alt=""></td>
</tr>
<tr>
<td colspan="4"><img src=" width="189" height="58" alt="" ></td>
<td><img src=" width="611" height="98" alt=""></td></tr>
</tr>
<table id="Table_01" width="801" height="1531" border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="10">
<img src=" width="800" height="190" alt=""></td>
</tr>
<tr>
<td>
<img src=" alt=""></td>
<td colspan="3">
<img src=" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src=" alt=""></td>
</tr>
<tr>
<td colspan="4"><img src=" width="189" height="58" alt="" ></td>
<td><img src=" width="611" height="98" alt=""></td></tr>
</tr>