Open the sidebar.php file from your theme editor and use img tags;
<img src=”http://www.site.com/” alt=”image description”/>
Is there a way I can add an image that is in my images folder?
ermm..
<img src=”http://www.site.com/” alt=”image description”/> ?
i think rather
<img src="http://www.site.com/path-to-image" alt..>
adding on a forward slash to an image path ..no.
———
we just explained to you how to do it. READ.
if your image is inside a directory named media, and your site is named site.com and the image name is me.gif, you do this:
<img src="http://www.site.com/media/me.gif" alt="this is me" />
how bout some schooling on basic img tag usage:
http://www.w3schools.com/tags/tag_img.asp