I'm having a small bit of trouble that I've just about worn myself down to insane over here with. I have a spliced image (spliced for quicker loading) that will not show up as one entire image. For the life of me, I cannot find what is wrong with the code. Is there someone out there who can see this problem and help me solve it? I'd greatly appreciate it!
CODE
http://www.fortworthgemandmineralclub.org/2009flyer.html
I am using Firefox (as IE does not work on my system for some unknown reason). I've also tried viewing it in Google Chrome and see the same thing again.
So viewing it in FF version 3.0.10, I am seeing this:

Here is the code I am using for it:
CODE
<!-- Begin Table -->
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="450" HEIGHT="735">
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="223" HEIGHT="353">
<IMG NAME="ama450x7350" SRC="http://www.fortworthgemandmineralclub.org/show/ama-450x735_1x1.jpg" WIDTH="223" HEIGHT="353" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="227" HEIGHT="353">
<IMG NAME="ama450x7351" SRC="http://www.fortworthgemandmineralclub.org/show/ama-450x735_1x2.jpg" WIDTH="227" HEIGHT="353" BORDER="0"></TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="223" HEIGHT="382">
<IMG NAME="ama450x7352" SRC="http://www.fortworthgemandmineralclub.org/show/ama-450x735_2x1.jpg" WIDTH="223" HEIGHT="382" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="227" HEIGHT="382">
<IMG NAME="ama450x7353" SRC="http://www.fortworthgemandmineralclub.org/show/ama-450x735_2x2.jpg" WIDTH="227" HEIGHT="382" BORDER="0"></TD>
</TR>
</TABLE>
<!-- End Table -->
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="450" HEIGHT="735">
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="223" HEIGHT="353">
<IMG NAME="ama450x7350" SRC="http://www.fortworthgemandmineralclub.org/show/ama-450x735_1x1.jpg" WIDTH="223" HEIGHT="353" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="227" HEIGHT="353">
<IMG NAME="ama450x7351" SRC="http://www.fortworthgemandmineralclub.org/show/ama-450x735_1x2.jpg" WIDTH="227" HEIGHT="353" BORDER="0"></TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="223" HEIGHT="382">
<IMG NAME="ama450x7352" SRC="http://www.fortworthgemandmineralclub.org/show/ama-450x735_2x1.jpg" WIDTH="223" HEIGHT="382" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="227" HEIGHT="382">
<IMG NAME="ama450x7353" SRC="http://www.fortworthgemandmineralclub.org/show/ama-450x735_2x2.jpg" WIDTH="227" HEIGHT="382" BORDER="0"></TD>
</TR>
</TABLE>
<!-- End Table -->
I appreciate all help and time taken out to assist me more than most probably would know. So thanks very much in advance, although I'll probably give thanks again when I meet a resolution. LOL
