I figured it out.
On panhandleshowdown I am using this code:
<p align=”center”>
<img src=”wp-content/themes/nutrition/images/logos/Hot-Spot.jpg”>
</p>
Which works fine for this site.
I was using the same code on maxfitclassic also, but it didn’t work. It needs to be a direct link to the site for it to work. This is the code I am using for maxfitclassic:
<p align=”center”>
<img src=”http://maxfitclassic.com/wp-content/themes/nutrition/images/logos/Hot-Spot.jpg”>
</p>
You see the difference? Now it works.