I've pasted the following code into the source code of a wordpress page. It is a sliced PS layout. It displays perfect in IE but in Chrome and FF the image slices are separated vertically. hxxp://mai-ne-me-di-apr-os.com/ (REMOVE DASHES) click on "WEB DESIGN" in the nav bar. source: HTML: <center> <p><!-- Save for Web Slices (hostingicons.psd) --></p> <table border="0" cellpadding="0" cellspacing="0" height="365" width="658"> <tbody> <tr> <td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Ready to Go Website" border="0" height="156" src="http://URLREMOVED.com/images/Readtogo.gif" width="223" /></a></td> <td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Full Custom Website" border="0" height="156" src="http://URLREMOVED.com/images/Fullcustom.gif" width="215" /></a></td> <td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Mini Website" border="0" height="156" src="http://URLREMOVED.com/images/Mini.gif" width="220" /></a></td> </tr> <tr> <td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Custom Wordpress Website" border="0" height="160" src="http://URLREMOVED.com/images/Customwordpress.gif" width="223" /></a></td> <td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Pre Developed Websites" border="0" height="160" src="http://URLREMOVED.com/images/Predev.gif" width="215" /></a></td> <td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Personal Website" border="0" height="160" src="http://URLREMOVED.com/images/personal.gif" width="220" /></a></td> </tr> <tr> <td colspan="3"><a href="http://URLREMOVED.com/compare_websites"> <img alt="Compare Our Website Packages" border="0" height="49" src="http://URLREMOVED.com/images/compare_websites.gif" width="658" /></a></td> </tr> </tbody> </table> <br /> <table border="0" cellpadding="0" cellspacing="0" height="365" id="Table_01" width="658"></table> <!-- End Save for Web Slices --></center> Thank you!