The problem I'm having is that on the static front page the logo in the footer displays with no issues but on all the other pages the alt text for the image is displayed. The footer code for the template is below and to my limited understanding should apply to all pages but I wouldn't be surprised if I've assumed too much. I've added links to the site below too.
<div id="footer">
<?php wp_footer();?>
<img src="wp-content/uploads/2013/09/LOGO-HI-RES-copy.png" alt="Space 4 Art Logo"/>
</div>
</div>
</body>
</html>
static w/logo: http://www.sdspace4art.org/
pages w/o logo:
<a href="http://www.sdspace4art.org/exhibitions/">http://www.sdspace4art.org/exhibitions/</a>
<a href="http://www.sdspace4art.org/category/upcoming-events/">http://www.sdspace4art.org/category/upcoming-events/</a>
<a href="http://www.sdspace4art.org/2013/08/sept-27-2013/">http://www.sdspace4art.org/2013/08/sept-27-2013/</a>
Any help would be truly appreciated!!!
I've been using WP for almost a year now but don't have any coding expertise so if there is a plug in (WP-Editor & WP-Insert seemed to code heavy for this fix and my understanding) I can download to help with these edits so I don't mess up the site's coding that would be a great help too!
Thanks in advance.