every one of those images shows like this in your View Source:
HTML Code:
<b<td align="center" class="smallText" width="33" valign="top"><a href="http://www.pubsignstore.com/index.php?main_page=index&cPath=40_72&zenid=35f4312630c13272ad09435d531043a9"><img src="images/airplane.gif" border="0" alt="Airplanes" title=" Airplanes " width="102.040816327" height="80" /></a><br /><a href="http://www.pubsignstore.com/index.php?main_page=index&cPath=40_72&zenid=35f4312630c13272ad09435d531043a9">Airplanes</a><span class="category-subheadings"></span></td>
note the [FONT="Courier New"]<b[/FONT] at the start of each one.
Remove that and it displays fine.
I noticed two other oddities you might want to fix, which are unrelated:
1. between each row of pictures, you have this:
HTML Code:
<tr></tr><tr></tr><tr></tr><tr><tr></tr><tr></tr><tr></tr><tr></tr>
2. In your footer, you have a stray [FONT="Courier New"]<![/FONT] on the starting of the table-row:
HTML Code:
<! <tr class="footertop">
<td class="footertop" align="center"><a href="http://www.pubsignstore.com">www.PubSignStore.com</a></td>
</tr>
Bookmarks