Tableless CSS - Building Lightweight Websites
What is CSS?
CSS stands for cascading style sheets and is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML. The CSS specifications are maintained by the World Wide Web Consortium (W3C).
CSS allows for the separation of content and design.
Editing a css tableless layout is very easy, once you get used to it. You only need to edit the css file, changing as many styles and graphics as needed. This will implement changes across your entire website.
CSS may offer many advantages when it comes to editing your website, but one of the major benefits in developing tableless css websites is the search engine optimization that results.
The spiders from modern day search engines such as Google, Yahoo and MSN can index the content from your pages much faster when they don’t have to sift through unnecessary code such as font tags and tables.
The end result will be better search engine rankings.
Clean and lighter css coding will also speed up the performance and download time of your website.
Page accessibility is another advantage. Pages will display much better for non computer devices such as cell phones and scaled down browsers.
As you can see, css tableless layouts have many benefits for developers, web designers, the end-user and for search engine optimization.
Template Mill designs are validated XHTML 1.0 Strict and use tableless CSS coding.


