20 EBAY About Me Page HTML Tags That You Didn’t Know
There are two ways to design your eBay About Me page. One is through the step by step guide and another is to design your own with HTML. If you choose the latter, do you know there are many tags, specially created by eBay that you can use in your About Me page? There are about 20 of them:
1. To display your user id:
- <eBayUserID>
2. To display your User ID in bold characters:
- <eBayUserID BOLD>
3. To display your User ID, but do not link to your account:
- <eBayUserID NOLINK>
4. To display your User ID, but omits your feedback score:
- <eBayUserID NOFEEDBACK>
5. To display your User ID with your email address:
- <eBayUserID EMAIL>
6. To display your feedback:
- <eBayFeedback>
7. To display the first n feedbacks:
- <eBayFeedback SIZE=”n“>
8. To set the thickness of the surrounding border to n. The default is 0:
- <eBayFeedback BORDER=”n“>
9. To change the color of the lower line of the feedback:
- <eBayFeedback COLOR=”specified color“>
10. To change the color of the upper line of your feedback:
- <eBayFeedback ALTERNATECOLOR=”specified color“>
11. To set the width of the Feedback table to n:
- <eBayFeedback TABLEWIDTH=”n“>
12. To set the space between the feedback comments to n. The default is 0:
- <eBayFeedback CELLPADDING=”n“>
13. To display the items you currently have for sale:
- <eBayItemList>
14. To display the items you are currently bidding on:
- <eBayItemList BIDS>
15. To set the width of the Items table to n:
- <eBayItemList TABLEWIDTH=”n“>
16. To set the number of days ended auctions stay in list. Set n to -1 to display only current auctions: <
- eBayItemList SINCE=”n“>
17. To set the thickness of the surrounding border to n. The default is 0:
- <eBayItemList BORDER=”n“>
18. To display the specified caption at the top of your Items table:
- <eBayItemList CAPTION=”specified text“>
19. To display the current Ebay time:
- <eBayTime>
20. To display the date of your registration:
- <eBayMemberSince>
Combine one or more of the tags in the same category to have the results you want. For example, to alternate the display of your feedbacks with red and black lines (do not use these colors, this is just an example), you will code it as:
<eBayFeedback SIZE=”20″ COLOR= “BLACK” TABLEWIDTH=”90%”><eBayFeedback ALTERNATECOLOR=”RED”>
Put them continuously in one line.
Tags: How To Sell







Stumble
Digg
Technorati
Subscribe
Delicious


I certainly did not know about those, so thanks for the list