Adding your logo to every eBay listing is simple if you use ITrack’s templates. It’s more involved than clicking a button, but once you know the basics, you can do it yourself.
How does it Work?
You already have your logo on Heavy Truck Parts. Since that’s a public site, eBay has access to your logo file. You just have to tell eBay where to look. The code you use to do this will look something like this:
<img src=”https://www.heavytruckparts.net/images/logo_mobile.svg” />
How To!
Find your logo on HTP
- Go to https://www.heavytruckparts.net
- Click on Vendors
- CTRL+F will let you find the name of your company
- Right-click your logo and select View Image
- Copy the URL of the image from the address bar at the top of the screen. You will use this, enclosed in quotes, in your line of code.
Insert your logo’s URL into this line of code:
<img src=”yourURL” />
Paste it into the Description of your eBay Template
What’s the code mean?
< /> | Angle brackets show that these are directions, not literal text |
img | Tells eBay to expect an image |
src | Tells eBay where to find the image |
” “ | Quotes tell eBay the exact location |
As always, you can give Support (1-800-929-1829, x 3) a call to help you with this, if you run into a snag.
Related links:
Other HTML tags
How To Upload a Custom Logo to Your eBay Store
Adding a logo to your buyer emails or Store pages