I tried adding a mini menu, copyright with a tiny image preceding it, and a counter by entering the code below into the footer widget, but it didn't work at all.
I then tried adding the following code in footer.php, and it does work except for the image. What's stopping it from displaying? The path to the image is correct, but Just an empty box displays where the image should be.
Thanks,
Kenny
- Code: Select all
<div>
<center><br /><br /><span style="color:#999999;">
<a href="http://www.gwizreport.com/">NEWS</a> | <a href="http://www.gwizreport.com/?page_id=17">CONTACT</a> | <a href="http://www.gwizreport.com/?page_id=423">ABOUT</a>
<br /><br /><img scr="http://www.gwizreport.com/wordpress/wp-content/uploads/2012/07/eagle-footer.gif" width="46" height="32" border="none" align="middle"/>© 2012 <a href='http://www.gwizreport.com'>Gwiz Report.</a> All rights reserved.<br /><br />
<script type="text/javascript" language="Javascript" src="http://www.gwizreport.com/counter/hitcounter.php?page=index">
</script>
</center><br /></span>
</div>
