Some templates place a wide border around your images. If you don't want this you can use a different template. If you don't want to change templates try adding the following attribute to your <img> tag: style="background-color: transparent; border: none" You have to edit the html to do that. <img src="http://lwhateverJPG" border="0"> becomes <img src="http://whatever.JPG" style="background-color: transparent; border: none"> |