how do you make or find the Link to an ebay auction site?
I want to have a link that people can click on to send them to my ebay auction site. How do I do this? First person to really help will get my best answer.
Public Comments
- First browse to your ebay auction site. Then copy the URL that your browser shows in the address bar. all you have to do to put it on a webpage is use the 'anchor' tag, aka link tag. the code looks like: <a href="mysite/junk/...">click here</a> this will make a link. Paste the URL you got earlier into the href= location. make sure to surround it by quotes.
Powered by Yahoo! Answers