<?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>Kidson Talks &#124; The E-commerce Chemist &#187; ebay hacks</title>
	<atom:link href="http://kidsontalks.com/tag/ebay-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://kidsontalks.com</link>
	<description>SEO &#124; E-COMMERCE &#124; EBAY - This is my journey as an E-commerce Consultant</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:23:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Placing a custom header in your eBay Shop</title>
		<link>http://kidsontalks.com/2008/04/26/placing-a-custom-header-in-your-ebay-shop/</link>
		<comments>http://kidsontalks.com/2008/04/26/placing-a-custom-header-in-your-ebay-shop/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 09:27:30 +0000</pubDate>
		<dc:creator>Liz</dc:creator>
				<category><![CDATA[eBay]]></category>
		<category><![CDATA[ebay css]]></category>
		<category><![CDATA[ebay hacks]]></category>
		<category><![CDATA[ebay header]]></category>
		<category><![CDATA[ebay-design]]></category>
		<category><![CDATA[ebay-shop-design]]></category>

		<guid isPermaLink="false">http://kidsontalks.com/2008/04/26/placing-a-custom-header-in-your-ebay-shop/</guid>
		<description><![CDATA[Lesson 5: Using a custom shop header. You need to make sure you on on the &#8216;custom header only&#8217; theme within eBay. Go Back to wear you entered your style sheet information and place: &#60;img src="http://www.mysite.com/header.jpg" alt="eBay Header" /&#62; You can put any kind of HTML in here to expand the header]]></description>
			<content:encoded><![CDATA[<p><strong>Lesson 5: Using a custom shop header.</strong></p>
<p>You need to make sure you on on the &#8216;custom header only&#8217; theme within eBay.<br />
Go Back to wear you entered your style sheet information and place:<br />
<code><br />
&lt;img src="http://www.mysite.com/header.jpg" alt="eBay Header" /&gt;</code></p>
<p>You can put any kind of HTML in here to expand the header</p>
]]></content:encoded>
			<wfw:commentRss>http://kidsontalks.com/2008/04/26/placing-a-custom-header-in-your-ebay-shop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Controlling the page width of your eBay shop</title>
		<link>http://kidsontalks.com/2008/04/24/controlling-the-page-width-of-your-ebay-shop/</link>
		<comments>http://kidsontalks.com/2008/04/24/controlling-the-page-width-of-your-ebay-shop/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 17:35:12 +0000</pubDate>
		<dc:creator>Liz</dc:creator>
				<category><![CDATA[eBay]]></category>
		<category><![CDATA[ebay css]]></category>
		<category><![CDATA[ebay hacks]]></category>
		<category><![CDATA[ebay-design]]></category>
		<category><![CDATA[ebay-shop-design]]></category>

		<guid isPermaLink="false">http://kidsontalks.com/2008/04/24/controlling-the-page-width-of-your-ebay-shop/</guid>
		<description><![CDATA[Lesson Four: Controlling page width Slip into your CSS file this code: .pagecontainer { width:900px; margin:10px auto 10px auto; } The margin section makes sure the shop is centred. So, bet you are wondering what the css file looks like now? I didn&#8217;t want a coloured background to my store so this is what I [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lesson Four: Controlling page width</strong></p>
<p>Slip into your CSS file this code:</p>
<p><code>.pagecontainer<br />
{<br />
width:900px;<br />
margin:10px auto 10px auto;<br />
}</code></p>
<p>The margin section makes sure the shop is centred.</p>
<p>So, bet you are wondering what the css file looks like now? I didn&#8217;t want a coloured background to my store so this is what I have so far:</p>
<p><code>/* How to style your eBay shop using CSS by http://www.kidsontalks.com. This code is<br />
totally free, why not check out the guide on my blog. Steal away, you can even sell it on<br />
as there are no graphics involved.*/</code></p>
<p><code>/* -------- Control Page Width -------- */<br />
.pagecontainer<br />
{<br />
width:900px;<br />
margin:10px auto 10px auto;<br />
}<br />
/* -------- End -------- */</code></p>
<p><code>/* -------- Control Border on Gallery List -------- */<br />
td.gallery<br />
{<br />
border:1px #FF00FF solid;<br />
}<br />
/* -------- End -------- */<br />
</code><br />
<code>/* -------- Control Background on Gallery List -------- */<br />
td.gallery table td<br />
{<br />
background:#FFCCFF;<br />
}<br />
/* -------- End -------- */<br />
</code><br />
Now your eBay store is starting to take shape. The next element to look at are controlling the header. Everyone loves a nice header for their eBay shop!</p>
]]></content:encoded>
			<wfw:commentRss>http://kidsontalks.com/2008/04/24/controlling-the-page-width-of-your-ebay-shop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eBay Shop Design &#8211; Playing with Nested Table Backgrounds</title>
		<link>http://kidsontalks.com/2008/04/23/ebay-shop-design-playing-with-nested-table-backgrounds/</link>
		<comments>http://kidsontalks.com/2008/04/23/ebay-shop-design-playing-with-nested-table-backgrounds/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 17:50:47 +0000</pubDate>
		<dc:creator>Liz</dc:creator>
				<category><![CDATA[eBay]]></category>
		<category><![CDATA[ebay css]]></category>
		<category><![CDATA[ebay hacks]]></category>
		<category><![CDATA[ebay-design]]></category>
		<category><![CDATA[ebay-shop-design]]></category>

		<guid isPermaLink="false">http://kidsontalks.com/2008/04/23/ebay-shop-design-playing-with-nested-table-backgrounds/</guid>
		<description><![CDATA[Lesson Three: Changing the backgrounds for the nested tables  Right now, let experiment to how many times we need to mention table, to get a coloured background in different sections! Try adding these snippets of code to your css file. table { background:#C0C0C0; } Using table once just colours the entire background within your eBay [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lesson Three: Changing the backgrounds for the nested tables </strong></p>
<p>Right now, let experiment to how many times we need to mention table, to get a coloured background in different sections! Try adding these snippets of code to your css file.</p>
<p><code><br />
table<br />
{<br />
background:#C0C0C0;<br />
}</code></p>
<p>Using table once just colours the entire background within your eBay shop, including outside your shop front. All the normal white background, all grey.</p>
<p><code><br />
table table<br />
{<br />
background:#C0C0C0;<br />
}</code></p>
<p>Using table twice, only fills the background of your eBay shop with colour, as well as the eBay header <img src='http://kidsontalks.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><code><br />
table table table<br />
{<br />
background:#C0C0C0;<br />
}</code></p>
<p>Ah! This now leaves out the eBay header, so just the shop elements are coloured. Nothing much happens for four &#8216;tables&#8217; but with 5 mentions of table:</p>
<p><code><br />
table table table table table<br />
{<br />
background:#C0C0C0;<br />
}</code></p>
<p>the promotion boxes, shop page boxes and the background to the gallery is coloured.</p>
<p>Add a sixth table and only the promotion boxes are coloured.</p>
<p><code><br />
table table table table table table<br />
{<br />
background:#C0C0C0;<br />
}</code></p>
<p>Seven tables and only the top promotions boxes are coloured.</p>
<p><code><br />
table table table table table table table<br />
{<br />
background:#C0C0C0;<br />
}</code></p>
<p>That is as far as you can go!</p>
<p>The next post will be about centring your eBay shop and fixing the width to 800px.</p>
]]></content:encoded>
			<wfw:commentRss>http://kidsontalks.com/2008/04/23/ebay-shop-design-playing-with-nested-table-backgrounds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

