To center that image link in whatever space it occupies, add a class to the link:
<a class="tradeLink" href="http://www.swtradecompany.com"><img src="images/large/testimage.gif" alt="SW Trade Company" /></a>
and style .tradeLink in your stylesheet:
.tradeLink {margin: auto;}
If that still doesn't do it, there are a couple of other properties that may apply to your situation.



