i want to add an image to the header of my widget in a div tag like so:
<div class="header" align="center">
<a href="http://www.link.com"><img name="Header" src="http://localhost/wp/wp-content/plugins/my-plugin/images/header-background.png" width="280" height="70" alt="plugin header" ></a>
</div>
how to get the right path to images folder then display the images ?
Thanks
Read more here: adding image in the header of my dev widget