It was time for a new look.. and with summer just around the corner we wanted to give you a warm welcome! Well, here it is….. ...
How to Get Started Selling on 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
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
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>





