Forum Moderators: mack
<TD width=624 bgcolor="#004f9d">
<SCRIPT LANGUAGE="JAVASCRIPT">
var img_rnd = new Array ("one_624.jpg", "two_624.jpg", "three_624.jpg", "four_624.jpg", "five_624.jpg", "six_624.jpg", "seven_624.jpg");
var i = Math.round(Math.random() * 7);
document.write('<IMG SRC="index_files/' + img_rnd[i] + '" WIDTH="624" HEIGHT="118" BORDER="0" ALT="">');
</SCRIPT>
</TD>
If you mean what I -THINK- you mean, well it has nothing to do with the script. All the script does is load the image, it has nothing to do with spacing. --
You might want to play with the cellpadding and cellspacing features of the table.
e.x. ( <Table cellpadding="0" cellspacing="0"> )
Cellpadding is the space between the cell content and the border (If border=0, then the perimeter). Cellspacing is the space that would be between each cell.
I hope I helped!, If I haven't, please explain your question more. I would be GLAD to help!