Adding Links
eBay doesn't let you put links to outside commercial Web pages in your auctions, but you can link to an off-eBay page that gives more details about your items—specs, extra photos, and so on—as long as that page is for information only and doesn't sell anything. You can also link to other Web sites from your About Me page (Section 6.6).
To add a link, use the <a href="
"> tag. In between the quotation marks, you type the Web
address you want to link to; then you type a right-facing angle
bracket (>) and the text that the visitor clicks to go to the Web
address; and then the closing tag </a>. (Without text, visitors won't know
there's a link there.) Here's an example, with the results in Figure B-4:
<p>Please visit my <a href="http://www.mygreatsite.com">Web page</a> to see pictures of my dog!

Figure B-4. When a visitor clicks the underlined text, her browser displays your Web page.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access