Archive for the 'css' Category

Getting into css

Once you get used to css you will never use another table again! It’s hard kinda to make the change but it really is for the better. You can do more with less code and keep your design separate from your content.
Here is a good article on changing to css

Read Full Post »

Introduction to CSS

What You Should Already Know
Before you continue you should have some basic understanding of the following:

HTML / XHTML

What is CSS?

CSS stands for Cascading Style Sheets
Styles define how to display HTML elements
Styles are normally stored in Style Sheets
Styles were added to HTML 4.0 to solve a problem
External Style Sheets can save you a lot of […]

Read Full Post »