<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: eBay HTML Code - Part 1</title>
	<atom:link href="http://www.auctioninsights.info/ebay-html-code-part-1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.auctioninsights.info/ebay-html-code-part-1.html</link>
	<description>Unique Tips and Tools for eBay Auction Users</description>
	<pubDate>Sun, 05 Jul 2009 04:12:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Clark</title>
		<link>http://www.auctioninsights.info/ebay-html-code-part-1.html/comment-page-1#comment-238166</link>
		<dc:creator>Clark</dc:creator>
		<pubDate>Tue, 03 Feb 2009 03:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://auctioninsights.com/content/ebay-html-code-part-1.html#comment-238166</guid>
		<description>Nice info. Thanks
</description>
		<content:encoded><![CDATA[<p>Nice info. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark griffiths</title>
		<link>http://www.auctioninsights.info/ebay-html-code-part-1.html/comment-page-1#comment-152962</link>
		<dc:creator>mark griffiths</dc:creator>
		<pubDate>Mon, 14 Jul 2008 16:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://auctioninsights.com/content/ebay-html-code-part-1.html#comment-152962</guid>
		<description>fab you ebay link button works a treat.</description>
		<content:encoded><![CDATA[<p>fab you ebay link button works a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://www.auctioninsights.info/ebay-html-code-part-1.html/comment-page-1#comment-15793</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Fri, 23 Mar 2007 14:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://auctioninsights.com/content/ebay-html-code-part-1.html#comment-15793</guid>
		<description>Thank you so much. It worked great. I truly appreciate the time you took and your quickness to reply. I have raved about this site, and for truly great reasons, this is just another!! Thank you so much!!</description>
		<content:encoded><![CDATA[<p>Thank you so much. It worked great. I truly appreciate the time you took and your quickness to reply. I have raved about this site, and for truly great reasons, this is just another!! Thank you so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Feiring</title>
		<link>http://www.auctioninsights.info/ebay-html-code-part-1.html/comment-page-1#comment-15100</link>
		<dc:creator>Doug Feiring</dc:creator>
		<pubDate>Wed, 21 Mar 2007 21:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://auctioninsights.com/content/ebay-html-code-part-1.html#comment-15100</guid>
		<description>&lt;blockquote&gt;I am wondering how I can create a â€˜buttonâ€™ in my listing that when clicked will take you to a specific ebay store catagory?&lt;/blockquote&gt;

Dee,
Here's some code that will create a clickable button that will send your visitors to another web address.

&lt;code&gt;&lt;form method="link" action="http://YOUR_EBAY_STORE_CATAGORY_URL.com/html"&gt;
&lt;input type="submit" value="More Glitter Glue"/&gt;
&lt;/form&gt;&lt;/code&gt;

Replace &lt;strong&gt;http://YOUR_EBAY_STORE_CATAGORY_URL.com/html&lt;/strong&gt; with whatever shows up in the address field of your web browser when you visit the page you are interested in sending your visitors to.

Replace &lt;strong&gt;More Glitter Glue&lt;/strong&gt; with whatever you'd like the button to say.

Here's an example of the code at work where I used: &lt;strong&gt;action="http://auctioninsights.auctionstealer.com"&lt;/strong&gt; 
and &lt;strong&gt;value="Free eBay Sniper"&lt;/strong&gt;

&lt;form method="link" action="http://auctioninsights.auctionstealer.com"&gt;
&lt;input type="submit" value="Free eBay Sniper"/&gt;
&lt;/form&gt;

Good Luck!
</description>
		<content:encoded><![CDATA[<blockquote><p>I am wondering how I can create a â€˜buttonâ€™ in my listing that when clicked will take you to a specific ebay store catagory?</p></blockquote>
<p>Dee,<br />
Here&#8217;s some code that will create a clickable button that will send your visitors to another web address.</p>
<p><code>&lt;form method="link" action="http://YOUR_EBAY_STORE_CATAGORY_URL.com/html"&gt;<br />
&lt;input type="submit" value="More Glitter Glue"/&gt;<br />
&lt;/form&gt;</code></p>
<p>Replace <strong><a href="http://YOUR_EBAY_STORE_CATAGORY_URL.com/html" rel="nofollow">http://YOUR_EBAY_STORE_CATAGORY_URL.com/html</a></strong> with whatever shows up in the address field of your web browser when you visit the page you are interested in sending your visitors to.</p>
<p>Replace <strong>More Glitter Glue</strong> with whatever you&#8217;d like the button to say.</p>
<p>Here&#8217;s an example of the code at work where I used: <strong>action=&#8221;http://auctioninsights.auctionstealer.com&#8221;</strong><br />
and <strong>value=&#8221;Free eBay Sniper&#8221;</strong></p>
<form method="link" action="http://auctioninsights.auctionstealer.com">
<input type="submit" value="Free eBay Sniper"/>
</form>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
