Category Archives: CSS Tutorials

Using cascading style sheets is becoming the defacto standard for web site sedign. Learn how to use CSS to its fullest potential.

Formatting Printed Web Pages With CSS

There are times when you want the printed output from a web page to look different that the way the page is displayed on a computer screen. This is particularly useful with blogs and web sites that provide information that … Continue reading

Using CSS Shortcuts

CSS shortcuts combine cascading style sheets rules into one efficient line of code. If your web site uses large stylesheets, cutting down on the amount of CSS code can help your code to load and render faster.

Using External CSS Style Sheets

External CSS style sheets offer numerous benefits over embedded or inline styles. Learn how to properly implement an external style sheet for your web site. Continue reading