<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Listing | Tips For eBay Sellers &amp; Buyers</title>
	<atom:link href="https://www.wiredtips.com/tag/listing/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wiredtips.com</link>
	<description>eBayWeb</description>
	<lastBuildDate>Sun, 13 Jan 2013 21:50:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.wiredtips.com/wp-content/uploads/2024/08/cropped-online-auction_10699171-32x32.png</url>
	<title>Listing | Tips For eBay Sellers &amp; Buyers</title>
	<link>https://www.wiredtips.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>List of Simple HTML Codes for eBay</title>
		<link>https://www.wiredtips.com/list-of-simple-html-codes-for-ebay/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 16 Mar 2009 18:15:24 +0000</pubDate>
				<category><![CDATA[Listing]]></category>
		<category><![CDATA[ebay codes]]></category>
		<category><![CDATA[ebay html]]></category>
		<category><![CDATA[ebay listing design]]></category>
		<category><![CDATA[html codes]]></category>
		<guid isPermaLink="false">http://ebayweb.com/?p=242</guid>

					<description><![CDATA[<p>HTML coding might sound difficult, but it&#8217;s really pretty easy. HTML is really nothing more than a series of hidden [&#8230;]</p>
<p>The post <a href="https://www.wiredtips.com/list-of-simple-html-codes-for-ebay/">List of Simple HTML Codes for eBay</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="docText">HTML coding might sound difficult, but it&#8217;s really pretty easy.  HTML is really nothing more than a series of hidden codes that tell web browsers  how to display different types of text and graphics. The codes are embedded in a  document, so you can&#8217;t see them; they&#8217;re visible only to your web browser.<a name="ch16index48"></a></p>
<p class="docText">These codes are distinguished from normal text by the fact that  they&#8217;re enclosed within angle brackets. Each particular code turns on or off a  particular attribute, such as boldface or italic text. Most codes are in sets of  &#8220;on/off&#8221; pairs. You turn &#8220;on&#8221; the code before the text you want to affect and  then turn &#8220;off&#8221; the code after the text.</p>
<p class="docText">For example, the code <tt>&lt;h1&gt;</tt> turns specified type  into a level-one headline; the code <tt>&lt;/h1&gt;</tt> turns off the headline  type. The code <tt>&lt;i&gt;</tt> is used to italicize text; <tt>&lt;/i&gt;</tt> turns off the italics. (As you can see, an &#8220;off&#8221; code is merely the &#8220;on&#8221; code  with a slash before it.)</p>
<p class="docText">
<table border="0" cellspacing="0" cellpadding="5" frame="below" rules="groups">
<caption>
<h5 class="docTableTitle">Codes to Format Text</h5>
</caption>
<colgroup>
<col width="183"></col>
<col width="183"></col>
<col width="183"></col>
</colgroup>
<thead>
<tr>
<th class="bottomBorder thead" align="left" valign="top" scope="col">
<p class="docText">Effect</p>
</th>
<th class="bottomBorder thead" align="left" valign="top" scope="col">
<p class="docText">On Code</p>
</th>
<th class="bottomBorder thead" align="left" valign="top" scope="col">
<p class="docText">Off Code</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Bold</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;b&gt;</tt></p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;/b&gt;</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Italic</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;i&gt;</tt></p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;/i&gt;</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Underline</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;u&gt;</tt></p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;/u&gt;</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Center</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;center&gt;</tt></p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;/center&gt;</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">First-level headline</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;h1&gt;</tt></p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;/h1&gt;</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Second-level headline</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;h2&gt;</tt></p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;/h2&gt;</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Third-level headline</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;h3&gt;</tt></p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;/h3&gt;</tt></p>
</td>
</tr>
</tbody>
</table>
<p class="docText">Just surround the text you want to format with the appropriate  on and off codes, and you&#8217;re ready to go. For example, to format a piece of text  as bold, you&#8217;d write something that looks like this:<a name="ch16index63"></a><a name="ch16index64"></a><a name="ch16index65"></a><a name="ch16index66"></a><a name="ch16index67"></a><a name="ch16index68"></a><a name="ch16index69"></a><a name="ch16index70"></a><a name="ch16index71"></a><a name="ch16index72"></a><a name="ch16index73"></a><a name="ch16index74"></a><a name="ch16index75"></a><a name="ch16index76"></a><a name="ch16index77"></a><a name="ch16index78"></a><a name="ch16index79"></a><a name="ch16index80"></a></p>
<pre><span class="docEmphStrong">&lt;b&gt;</span>this text is bold<span class="docEmphStrong">&lt;/b&gt;</span></pre>
<table border="0" cellspacing="0" cellpadding="5" frame="below" rules="groups">
<caption>
<h5 class="docTableTitle">Common HTML Color Codes</h5>
</caption>
<colgroup>
<col width="231"></col>
<col width="319"></col>
</colgroup>
<thead>
<tr>
<th class="bottomBorder thead" align="left" valign="top" scope="col">
<p class="docText">Color</p>
</th>
<th class="bottomBorder thead" align="left" valign="top" scope="col">
<p class="docText">Code</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">White</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>FFFFFF</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Red</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>FF0000</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Lime Green</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>00FF00</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Green</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>008000</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Blue</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>0000FF</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Fuchsia</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>FF00FF</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Teal</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>00FFFF</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Yellow</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>FFFF00</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Black</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>000000</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Silver</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>C0C0C0</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Light gray</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>D3D3D3</tt></p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" frame="below" rules="groups">
<caption>
<h5 class="docTableTitle">HTML Codes for Lines and Paragraphs</h5>
</caption>
<colgroup>
<col width="275"></col>
<col width="275"></col>
</colgroup>
<thead>
<tr>
<th class="bottomBorder thead" align="left" valign="top" scope="col">
<p class="docText">Action</p>
</th>
<th class="bottomBorder thead" align="left" valign="top" scope="col">
<p class="docText">Code</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Line break</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;br&gt;</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">New paragraph</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;p&gt;</tt></p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left" valign="top">
<p class="docText">Horizontal rule (line)</p>
</td>
<td class="docTableCell" align="left" valign="top">
<p class="docText"><tt>&lt;hr&gt;</tt></p>
</td>
</tr>
</tbody>
</table>
<h4 class="docSection2Title">Codes for Graphics</h4>
<p class="docText">Adding  pictures and other graphics to your listings really brings some excitement to  the normally plain-text world of eBay. You can add pictures the eBay way, which puts  all your pictures at the end of your text description or you can put a picture  <span class="docEmphasis">anywhere</span> in your text, using HTML.<a name="ch16index125"></a><a name="ch16index126"></a><a name="ch16index127"></a><a name="ch16index128"></a><a name="ch16index129"></a></p>
<p class="docText">Before you can insert a graphic into your listing, you need to  know the address of that graphic (in the form of a web page URL). Then you use  the following code:</p>
<pre>&lt;img src="<span class="docEmphasis">URL</span>"&gt;</pre>
<p class="docText">No &#8220;off&#8221; code is required for inserted graphics. Note that the  location is enclosed in quotation marksand that you have to insert the  <tt>http://</tt> part of the URL.</p>
<p class="docText">As an example, if your graphic is the file  <tt>graphic01.jpg</tt> located at www.webserver.com/mydirectory/, you insert  this code:</p>
<pre>&lt;img src="http://www.webserver.com/mydirectory/graphic01.jpg"&gt;</pre>
<p>The nice thing about inserting graphics this way is that you  can include more than just picturesyou can add logos, starbursts, you name it.  (And you can put the graphics <span class="docEmphasis">anywhere</span> in your  text description.) You use the same technique to link to any graphic image  anywhere in your item listing.</p>
<h4 class="docSection2Title">Codes for Links</h4>
<p class="docText">You can use HTML to add links to your own personal web pages (a  great idea if you have additional images of this specific item) or to related  sites. Many sellers also like to provide a direct email link in case potential  bidders have questions they need answered.<a name="ch16index130"></a><a name="ch16index131"></a><a name="ch16index132"></a><a name="ch16index133"></a><a name="ch16index134"></a></p>
<p class="docText">To insert a link to another web page in your item listing, you  use the following HTML code:</p>
<p><span class="docEmphStrong">&lt;a href=&#8221;URL&#8221;&gt;</span>this is the link<span class="docEmphStrong">&lt;/a&gt;</span></p>
<p class="docText">The text between the on and off codes will appear onscreen as a  typical underlined hyperlink; when users click that text, they&#8217;ll be linked to  the URL you specified in the code. Note that the URL is enclosed in quotation  marks and that you have to include the <tt>http://</tt> part of the address.</p>
<p class="docText">You can also create a &#8220;mail-to&#8221; link in your listing; users  will be able to send email to you by simply clicking the link. Here&#8217;s the code  for a mail-to link:<a name="ch16index135"></a><a name="ch16index136"></a><a name="ch16index137"></a><a name="ch16index138"></a><a name="ch16index139"></a></p>
<p><span class="docEmphStrong">&lt;a href=&#8221;mailto:</span><span class="docEmphBoldItalic">yourname@domain.com</span>&#8220;<span class="docEmphStrong">&gt;</span>click here to email me<span class="docEmphStrong">&lt;/a&gt;</span></p>
<h4 class="docSection2Title">Codes for Lists</h4>
<p class="docText">Finally, if you have a lot of features to list for your item,  you might want to format them in a bulleted list. Using HTML codes, it&#8217;s easy to  create a neatly bulleted list for your ad.<a name="ch16index140"></a><a name="ch16index141"></a><a name="ch16index142"></a><a name="ch16index143"></a><a name="ch16index144"></a></p>
<p class="docText">First, you enclose your bulleted list with the  <tt>&lt;ul&gt;</tt> and <tt>&lt;/ul&gt;</tt> codes. Then, you enclose each  bulleted item with the <tt>&lt;li&gt;</tt> and <tt>&lt;/li&gt;</tt> codes.</p>
<p class="docText">The code for a typical bulleted list looks like this:</p>
<p>&lt;ul&gt;     &lt;li&gt;item one&lt;/li&gt;     &lt;li&gt;item two&lt;/li&gt;     &lt;li&gt;item three&lt;/li&gt; &lt;/ul&gt;</p>
<pre class="docText">When you're dealing with complex coding like this, it's easier
to understand what's going on if you indent the different levels of code.</pre>
<p>Bulleted lists are great ways to run through a list of attributes or specifications; it&#8217;s a lot cleaner than just listing a bunch of stuff within a long text paragraph.</p><p>The post <a href="https://www.wiredtips.com/list-of-simple-html-codes-for-ebay/">List of Simple HTML Codes for eBay</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Create Good Looking eBay Listing</title>
		<link>https://www.wiredtips.com/create-good-looking-ebay-listing/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Sun, 15 Mar 2009 18:06:41 +0000</pubDate>
				<category><![CDATA[Listing]]></category>
		<category><![CDATA[auction]]></category>
		<category><![CDATA[good looking listing]]></category>
		<guid isPermaLink="false">http://ebayweb.com/?p=240</guid>

					<description><![CDATA[<p>Most of the item listings on eBay look the same: a paragraph or two of plain text, maybe a picture [&#8230;]</p>
<p>The post <a href="https://www.wiredtips.com/create-good-looking-ebay-listing/">Create Good Looking eBay Listing</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="docText">Most of the item listings on eBay look the same: a paragraph or  two of plain text, maybe a picture unceremoniously dropped in below the text.  That&#8217;s how a listing looks when you enter a normal, plain-text description for  your item listing.</p>
<p class="docText">But then there are those ads that shout at you with colored  text and different font faces and sizes and multiple columns and sizzling  graphics and…well, you know the ones I&#8217;m talking about. How do you go about  creating a dynamic listing like that?</p>
<p class="docText">Those colorful, eye-catching listings are created with  Hypertext Markup Language (HTML). HTML is the engine behind every web page  you&#8217;ve ever viewed, the coding language that lets you turn on and off all sorts  of text and graphic effects.</p>
<p class="docText">Here&#8217;s a secret known to successful sellers: eBay lets you use  HTML in your item listings! All you have to do is know which HTML codes to enter  in the Description box when you&#8217;re creating your item listingor you can use  eBay&#8217;s built-in HTML text editor and skip the coding altogether. Even easier,  you can use eBay&#8217;s Listing Designer or any number of third-party programs to  create HTML-based listings without ever seeing the HTML code.</p>
<p class="docText">As you&#8217;ll see, creating HTML-based listings isn&#8217;t that  difficult. And it&#8217;s not just a tool for power sellers; it&#8217;s a relatively common  technique that <span class="docEmphasis">any</span> eBay seller can use to spruce  up an eBay listing.</p>
<h3 class="docText">You can make your listing great looking in the following ways:</h3>
<p class="docText">The easiest way to create a listing that goes beyond plain text  is with eBay&#8217;s Listing Designer. This feature is available to all users, right  from the Sell Your Item pageand it costs only $0.10 a listing.</p>
<p class="docText">Listing Designer isn&#8217;t the only option you have for creating fancy eBay item  listings. There are many software programs and web-based services that let you  create great-looking listings without having to enter a line of HTML code. Most  of these programs and services let you choose a design and fill in some blanks,  and then they automatically write the HTML code necessary to create the listing.  These programs and services are easy to use, even if they do come at a cost.</p>
<p class="docText">Probably the most popular listing-creation program is eBay&#8217;s  Turbo Lister (<a class="docLink" href="http://pages.ebay.com/turbo_lister/" target="_blank">pages.ebay.com/turbo_lister/</a>). Turbo Lister uses the same  templates found in eBay&#8217;s Listing Designer, but it lets you create your listings  in bulk, offline.</p>
<p class="docText">If you place a lot of listings, eBay&#8217;s 10-cent Listing Designer  fee can start to add up. Fortunately, there are lots of free auction templates  you can use; it&#8217;s always good when you can cut your auction costs.</p>
<h3 class="docText">Free eBay Listing Templates:</h3>
<p class="docText">Here are some of the most popular of these free auction  template sites:</p>
<ul>
<li>
<p class="docList">Auction Riches Free Auction Ad Creator (<a class="docLink" href="http://www.auctionriches.com/freead/create.pl" target="_blank">www.auctionriches.com/freead/create.pl</a>)</p>
</li>
<li>
<p class="docList">AuctionSpice Templates (<a class="docLink" href="http://www.auctionspice.com/" target="_blank">www.auctionspice.com</a>)</p>
</li>
<li>
<p class="docList"><a class="docLink" href="http://auctionsupplies.com/" target="_blank">AuctionSupplies.com</a> Free Auction Templates (<a class="docLink" href="http://auctionsupplies.com/templates/" target="_blank">auctionsupplies.com/templates/</a>)</p>
</li>
<li>
<p class="docList">K&amp;D Web Page Design Custom Auction Creator (<a class="docLink" href="http://www.kdwebpagedesign.com/tutorials/tut_template.asp" target="_blank">www.kdwebpagedesign.com/tutorials/tut_template.asp</a>)</p>
</li>
<li>
<p class="docList">ListTailor (<a class="docLink" href="http://www.listtailor.com/quickstart.html" target="_blank">www.listtailor.com/quickstart.html</a>)</p>
</li>
<li>
<p class="docList">Wizard&#8217;s Free Auction Template Creation Form (<a class="docLink" href="http://www.ambassadorboard.net/hosting/free-form.php" target="_blank">www.ambassadorboard.net/hosting/free-form.php</a>)</p>
</li>
<li>
<p class="docList"><a class="docLink" href="http://xample.net/" target="_blank">Xample.net</a> Auction Templates (<a class="docLink" href="http://www.xample.net/templates.htm" target="_blank">www.xample.net/templates.htm</a>)</p>
</li>
</ul><p>The post <a href="https://www.wiredtips.com/create-good-looking-ebay-listing/">Create Good Looking eBay Listing</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What to do Before Listing Item for Auction on eBay</title>
		<link>https://www.wiredtips.com/what-to-do-before-listing-item-for-auction-on-ebay/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 03 Mar 2009 08:52:56 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Listing]]></category>
		<guid isPermaLink="false">http://ebayweb.com/?p=180</guid>

					<description><![CDATA[<p>Before you list your first item, you need to get all your ducks in a row. That means determining what [&#8230;]</p>
<p>The post <a href="https://www.wiredtips.com/what-to-do-before-listing-item-for-auction-on-ebay/">What to do Before Listing Item for Auction on eBay</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Before you list your first item, you need to get all your ducks in a row. That  means determining what you&#8217;re going to sell and for how much, as well as how  you&#8217;re going to describe and promote the item. If you try to list an item, you&#8217;ll find yourself stopping and starting as you move through the  listing process; you&#8217;ll be constantly running around trying to gather more  information or make important listing decisions on-the-fly. Better to prepare  for these decisions up front, as described in the following checklist.</p>
<ul>
<li>
<p class="docList">Make sure that the item exists and is at hand, and has been  cleaned up and spruced up as much as possible. (This includes putting the item  in the original box, if you have it.)</p>
</li>
<li>
<p class="docList">Determine what you think the final selling price will be, and  then choose an appropriate minimum bid price.</p>
</li>
<li>
<p class="docList">Take a picture or a scan of the item and prepare a JPG-format  file for uploading.</p>
</li>
<li>
<p class="docList">If you&#8217;re selling a commonly sold item, such as a book, CD, or  DVD, write down the item&#8217;s UPC number or ISBN numberthis is the product code  typically found on the back or bottom of the packaging.</p>
</li>
<li>
<p class="docList">Determine what listing options you might want to purchasesuch  as boldfacing the title or placing the item in the Gallery.</p>
</li>
<li>
<p class="docList">Think up a catchy yet descriptive headline for the item.</p>
</li>
<li>
<p class="docList">Write out a detailed description of the item.</p>
</li>
<li>
<p class="docList">Determine what payment options you&#8217;ll accept. (If you haven&#8217;t  yet signed up with PayPal, now is the time.)</p>
</li>
<li>
<p class="docList">Determine how you want to ship the item.</p>
</li>
<li>
<p class="docList">Weigh the item, and then try to determine the actual shipping  costs. Use that information to set an up-front shipping and handling charge, if  you want.</p>
</li>
<li>
<p class="docList">If you haven&#8217;t yet registered as an eBay user and entered your  credit card information, do that now.</p>
</li>
<li>
<p class="docList">Determine what day of the weekand what time of the dayyou want  your auction to end.<a name="ch10index05"></a><a name="ch10index06"></a><a name="ch10index07"></a><a name="ch10index08"></a></p>
</li>
</ul><p>The post <a href="https://www.wiredtips.com/what-to-do-before-listing-item-for-auction-on-ebay/">What to do Before Listing Item for Auction on eBay</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Listing Your Item on eBay &#8211; Video</title>
		<link>https://www.wiredtips.com/listing-your-item-on-ebay-video/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Sun, 22 Feb 2009 03:15:13 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Listing]]></category>
		<category><![CDATA[selling]]></category>
		<guid isPermaLink="false">http://ebayweb.com/?p=140</guid>

					<description><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=3JIR9Fw57Gg[/youtube]</p>
<p>The post <a href="https://www.wiredtips.com/listing-your-item-on-ebay-video/">Listing Your Item on eBay – Video</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=3JIR9Fw57Gg[/youtube]</p><p>The post <a href="https://www.wiredtips.com/listing-your-item-on-ebay-video/">Listing Your Item on eBay – Video</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Costs of Using eBay</title>
		<link>https://www.wiredtips.com/costs-of-using-ebay/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Sat, 10 Jan 2009 22:47:23 +0000</pubDate>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[fees]]></category>
		<category><![CDATA[Listing]]></category>
		<guid isPermaLink="false">http://ebayweb.com/?p=52</guid>

					<description><![CDATA[<p>You don&#8217;t have to pay eBay anything to browse through items on its site. You don&#8217;t have to pay eBay [&#8230;]</p>
<p>The post <a href="https://www.wiredtips.com/costs-of-using-ebay/">Costs of Using eBay</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>You don&#8217;t have to pay eBay anything to browse through items on its site. You  don&#8217;t have to pay eBay anything to bid on an item. You don&#8217;t even have to pay  eBay anything if you actually buy an item (although you will be paying the  seller directly, of course). But if you&#8217;re listing an item for sale, you gotta  pay.</p>
<ul>
<li>
<p><strong><span class="docEmphStrong">Insertion fees</span></strong> (I prefer to  call them <span class="docEmphasis">listing</span> fees) are what you pay every  time you list an item for sale on eBay. These fees are based on the minimum bid  or reserve price of the item listed. These fees are nonrefundable.</p>
</li>
<li>
<p><strong><span class="docEmphStrong">Final value fees</span></strong> (I prefer to  call them <span class="docEmphasis">selling</span> fees, or <span class="docEmphasis">commissions</span>) are what you pay when an item is actually  sold to a buyer. These fees are based on the item&#8217;s final selling price (the  highest bid). If your item doesn&#8217;t sell, you aren&#8217;t charged a final value fee.</p>
</li>
</ul>
<p>View eBay&#8217;s current fee structure at <a class="docLink" href="http://pages.ebay.com/help/sell/fees.html" target="_blank">pages.ebay.com/help/sell/fees.html</a>.</p><p>The post <a href="https://www.wiredtips.com/costs-of-using-ebay/">Costs of Using eBay</a> first appeared on <a href="https://www.wiredtips.com">Tips For eBay Sellers & Buyers</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
