Kidson Talks | The E-commerce Chemist

SEO | E-COMMERCE | EBAY – This is my journey as an E-commerce Consultant

Kidson Talks | The E-commerce Chemist header image 4

eBay New Stores Experience Promise

March 19th, 2009 · No Comments

Right then, so my mind is in tip top condition for Catalyst with respects to the latest and greatest developments in eBay store design I am finally this weekend going to convert that Hairfreax PSD into a matching store frame on the new stores experience.
Promising full store compliance lets look at the key rules broken [...]

[Read more →]

Tags: eBay

eBay Shop Design – Gallery Background Image

June 28th, 2008 · No Comments

We looked at changing the gallery background using css but now we want to move on and replace it with an image.
The section is currently:
/* ——– Control Border on Gallery List ——– */
td.gallery
{
border:1px #FF00FF solid;
}
/* ——– End ——– */
/* ——– Control Background on Gallery List ——– */
td.gallery table td
{
background:#FFCCFF;
}
/* ——– End ——– */
Now we are [...]

[Read more →]

Tags: Web Mastering · eBay

Placing a custom header in your eBay Shop

April 26th, 2008 · 1 Comment

Lesson 5: Using a custom shop header.
You need to make sure you on on the ‘custom header only’ theme within eBay.
Go Back to wear you entered your style sheet information and place:

<img src=”http://www.mysite.com/header.jpg” alt=”eBay Header” />
You can put any kind of HTML in here to expand the header

[Read more →]

Tags: eBay

Controlling the page width of your eBay shop

April 24th, 2008 · 1 Comment

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’t want a coloured background to my store so this is what I have so far:
/* How to style your eBay [...]

[Read more →]

Tags: eBay

eBay Shop Design – Playing with Nested Table Backgrounds

April 23rd, 2008 · 1 Comment

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 shop, including outside your shop front. [...]

[Read more →]

Tags: eBay