I'm using a modified theme based on the Default theme. I don't have widgets running in the sidebar and am trying to insert an image into one of the sidebar modules I use. My code is as follows:
<div class="box">
<h4>Sidebar module name</h4>
<img src="images/image.gif">
</div>
I'm obviously missing something obvious because my image isnt showing. Any suggestions?