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 Design 3.0 – Widshops the New Generation of eBay Shop and Listing Template Design

February 6th, 2012 · No Comments

Well as promised full details of our new eBay design service… WIDSHOPS EBAY DESIGN Some might say we are ‘late to market’ with now providing a solution for the SME market but we decided not to rush. We wanted to be ahead of the game and provide something that is intuitive and very ‘now’ in relation to [...]

[Read more →]

Tags: E-Business · eBay · Shameless Self Promotion (CYT UK)

eBay Shop Design Lesson 8 – Promotion Boxes

June 29th, 2008 · 2 Comments

As I rubbished the promo boxes with the last CSS changes I thought I should get back to them ASAP. First list on the agenda was to get rid of those crazy ‘corner’ images for the promo boxes: table#PromoListView table table img { display: none; } but that also kills the promo box images (and [...]

[Read more →]

Tags: eBay · Web Mastering

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 [...]

[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 [...]

[Read more →]

Tags: eBay