When I add a image-link into the sidebar.php of my theme a white box appears behind the image and a dark gray border is inside the white box. How to I get rid of this? The theme I'm using and the link to my website is below. The code for the image-link is also below if it helps any. Theme: http://www.freethemelayouts.com/showcase/misty-wordpress-theme/ My website: http://www.idkradio.com <center> <a href="http://public.wavepanel.net/B7RLJZBLQVMKIS1H/listen/pls" target="Download"> <img src="/wp-content/themes/misty-free/misty/images/download.bmp"> </a> </center> HTML:
If you are hand coding this image into the sidebar...You are getting a white box because you don't have the complete path to the image, so the image is not being pulled. Try this: