Discussions
Removing Image Borders
I am working on the item list cells of some pages on our site and would like to remove the image border that appears when we have an image linked to the item page. This is the code:
===================================
<A href="<%=getCurrentAttribute('item','storeurl')%>"><%=getCurrentAttribute('item','storedisplaythumbnailhtml')%></A>
===================================
Netsuite is adding a border around the image...very frustrating!
Any thoughts?
Thanks!