06-04-2022 05:00 PM
hi
I sew in someone on his item list and i wanted to know how I could add a link to my store in the Item description.. for example:
he wrote "check my others item on my ebay store" ,When I clicked on that sentence it put me in his store.
so how can i do that?
thank u
asaf
Solved! Go to Best Answer
06-04-2022 05:03 PM
This is the HTML coding I use.
<hr><a href="https://stores.ebay.ca/CLEMOWBOOKS" target="_blank">eBay Store </a>
In case that just makes a link :
<hr><a href="https:// stores.ebay.ca /CLEMOWBOOKS" target="_blank"> eBay Store </a>
you might be able to remove the blanks.
And obviously put in your own Store. 😉
06-04-2022 05:03 PM
This is the HTML coding I use.
<hr><a href="https://stores.ebay.ca/CLEMOWBOOKS" target="_blank">eBay Store </a>
In case that just makes a link :
<hr><a href="https:// stores.ebay.ca /CLEMOWBOOKS" target="_blank"> eBay Store </a>
you might be able to remove the blanks.
And obviously put in your own Store. 😉
06-04-2022 05:31 PM
For more information about that, go to the following link:
https://app.eselt.de/en/try-out-ebay-templates
06-04-2022 05:37 PM
first of all..thank you!
but where i can write a sentence in the in the code you gave?
link i understand.. but sentence? maybe in "ebay store"?
06-04-2022 05:47 PM
There's already a link to your store in every one of your listings. I'm sure everyone knows where that link is.
06-04-2022 05:49 PM
Try this:
<a href="https://www.ebay.com/str/sambadabostore">Check out my store!</a>