salve a tutti
sono nuovo , sto cercando di fare una divisione dell'immagine in modo da renderla spezzettata per un caricamento veloce, purtroppo non mi riesce

versione asp.net:
http://amodius.brinkster.net/sito/fileaspx.aspx

versione html:
http://amodius.brinkster.net/sito/prova.htm

come potete notare si notano dei grandi spazi tra un'immagine e l'altra che non riesco a restringere, eppure ho impostato border=0 , cosa altro devo mettere?

posto anche il codice della pagina aspx in modo che mi potete aiutare in tutti i fronti
Codice PHP:
<table >
    <
tr>
        <
td  colspan="3">
            <
a href="#"
                
onmouseover="window.status='home';  return true;"
                
onmouseout="window.status='';  return true;">
                <
asp:Image ID="Image1" runat=server ImageUrl="~/SITO/images/home.jpg"  border="0" alt="home" /></a>
                <
asp:Image ID="Image2" runat=server ImageUrl="~/SITO/images/m1.jpg"  alt="" />

            
                <
asp:Image ID="Image3" runat=server ImageUrl="~/SITO/images/contact.jpg"  border="0" alt="contact" />
                <
asp:Image ID="Image4" runat=server ImageUrl="~/SITO/images/buying.jpg"  name="buying"  border="0" alt="buying" />
                <
asp:Image ID="SELLING" runat=server ImageUrl="~/SITO/images/selling.jpg"  name="selling"  border="0" alt="selling" />
                <
asp:Image ID="Image5" runat=server ImageUrl="~/SITO/images/homes.jpg"  name="homes" border="0" alt="homes" />
                <
asp:Image ID="Image6" runat=server ImageUrl="~/SITO/images/renting.jpg"  name="renting"  border="0" alt="renting" />
                
                

                            <
asp:Image ID="Image7" runat=server ImageUrl="~/SITO/images/sitemap.jpg"  border="0" alt="sitemap" /></a>
                <
asp:Image ID="Image8" runat=server ImageUrl="~/SITO/images/m2.jpg"  alt="" />

        </
td>
        <
td  >                        
                <
asp:Image ID="Image9" runat=server ImageUrl="~/SITO/images/real-estate.jpg" border=0 ToolTip="Real estate" />
                </
a></td>
                    </
tr>
    <
tr>
        <
td colspan="3" >
            </
td>
    </
tr>
    </
table