How to prevent photo insertion

I am updated my ebay ‘Item Description’ HTML box that has our company info. However, when I edit it, GS inserts a photo of the item below the HTML. I only need the photo in the photo gallery. How can I prevent that ? I know how to start with a blank template, but I am just pasting new HTML manually in each auction.

One method is to use the “No Design” and “No Images” layout, as you already found out.
The other method is to simply insert the following code into the description field in Editor mode or into the footer field in the GarageSale preferences > General:

<style>#gsDefaultBtmImgArea {display: none;}</style>

Regards, Kristian

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.