Delicious Digg Facebook Favorites More Stumbleupon Twitter

How to Get Started Selling on eBay?

May 22, 2011  Written by K2 Designers   Published in eBay

Do you need easy-to-follow step-by-step instructions to sell on eBay?

Have you been thinking about selling on eBay but you’ve been putting it off? Have you been intimidated, thinking there’s no way you’ll be able to figure out how to sell? Every day countless people put off selling on eBay for these reasons and more.

Building Your Website – Part 4

April 24, 2011  Written by K2 Designers   Published in Web Design

What is CSS?

Cascading Style Sheets are the second layer of a web page and deal with the presentational side of the page (page layout, font size, font colour, margins, padding, images…).

In the same vain as discussed above, there are a couple of approaches to using CSS; placing the CSS in the HTML file or using an external CSS file.

Building Your Website – Part 3

April 24, 2011  Written by K2 Designers   Published in Web Design

A basic HTML pageTo get started and have a play you can copy and paste this code in to your HTML editor:

<html>
<body>
<h1>Here is my first title </h1>
<p>This is my first paragraph to help me test different types of styles using CSS with my HTML</p>
<h2>This is my second title</h2>
<p>Here is a second paragraph to see how I can have different styles for the same tag on the same page </p>