Img should be enabled now. Your image is too small. I guess it's the product edit page, right? If so, just add the yellow background to the line in web\admin\catalog\controls\ProductBasic.ascx.
<asp:LinqDataSource id="ldsManufacturer" runat="server" contexttypename="DotShoppingCart.Commercial.Core.DSCComDataSourceDataContext"
tablename="Manufacturers" orderby="Name">
</asp:LinqDataSource>
DotShoppingCart Staff
|