I am trying to create a table of 6 images, 2 rows and 3 columns large. I have created an array for all of them in the head of the program. Should it be in the body? The images within the table will later need to be clickable, directing to the same page (ie. google.com). I don't know how to put the images individually into the table that I have created.
<head>
<script>
var img = new Array(6);
img[0] = new (400,200)
img[0].src"image1.jpg"
</script
</head>
... and so on for all the rest of the images
<body>
<table border ="0">
<tr>
<td>document.write(img[0]) </td>
</tr>
</table>
</body>
... and so on for the rest of the images
script), but still don't know what was asked here. )