Archive for the 'CSS' Category

Planning Your Stylesheet – The Definitive Guide

The more we rely upon CSS, the larger and more complex stylesheet files become. Planning and organising your stylesheet is essential to creating a lean, manageable website. There are many ways of organising CSS code but the following are best practice…

Writing Articles With Style – Create Quality Articles With CSS

Writing your quality articles using Cascading Style Sheets (CSS) will insure that your articles will be both easy to read and aesthetically pleasing to the viewer.

A CSS style sheet allows the HTML code for your articles to be cleaner, table-less, easily customizable, and “liquid.”

Removing the display attributes of your articles from the HTML code allows you to concentrate on using the HTML for organizing your document’s content.

Using CSS Instead of Tables

Most web developers and designers will tell you to stay away from tables when developing web sites, of course there are some exceptions, like forms, and data. Instead they will tell you to use CSS. When designing your web site you should use CSS, along with the HTML tag. Now, you may be asking, why? The reasons are below!