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

<image>
	<url>https://www.wiredtips.com/wp-content/uploads/2024/08/cropped-online-auction_10699171-32x32.png</url>
	<title>ebay codes | Tips For 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 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 Sellers & Buyers</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
