can't connect to server.
can't connect to server.
<table width="100%" border="1">
<tr>
<td>image 1</td>
<td>image 2</td>
<td>image 3</td>
<td>image 4</td>
</tr>
<tr>
<td>colors image 1</td>
<td>colors image 2</td>
<td>colors image 3</td>
<td>colors image 4</td>
</tr>
</table>
@ yuppicide: Put this code in between the <td> </td> tags where you have now placed the images. I've set the width of this table to 100% so that it will fit nicely into your page. But you will have to adjust the rest as you wish... If you want to evenly space the images you could for exapmle centre them all.
PS Site looks promising!Code:<table width="100%" border="1"> <tr> <td>image 1</td> <td>image 2</td> <td>image 3</td> <td>image 4</td> </tr> <tr> <td>colors image 1</td> <td>colors image 2</td> <td>colors image 3</td> <td>colors image 4</td> </tr> </table>