You are here:  » Cleaning EBAY HTML


Cleaning EBAY HTML

Submitted by solsby on Wed, 2021-07-21 07:39 in

Hi David,
thanks for your support. How do I clean up the extra, large images on my website. Here is my demo link.

{link saved}

Thanks George

Submitted by support on Wed, 2021-07-21 07:57

Hi George,

If you contain however you are fetching and outputting the eBay HTML within a div with an unique id...

<div id='myid'>
  <!-- eBay API code here -->
</div>

Then in your CSS, you can add:

#myid img {
  max-width: 100px !important;
}

...or as required.

(don't forget to do a hard refresh after modifying CSS - CTRL+F5 in most browsers - to ensure that it is reloaded...)

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by solsby on Wed, 2021-07-21 09:57

Thank you so much David, I'll give it a shot. Last question for now. how do I clean up the extra unwanted data That starts below the title product description. View link here

{link saved}

Submitted by support on Fri, 2021-07-23 08:33

Hi George,

I'm not sure sorry it's probably best to check if there are any options you can specify in the request you are making to control the level of detailed returned rather than trying to manipulate the HTML.

Cheers,
David.
--
PriceTapestry.com