Web Site Standards
Using CSS to design your website is "the thing to do". A lot of people use tables to layout their website. But tables were never meant for this. They were meant to display tabular data. Using CSS, you can have your design / layout in one single page and then your content on another page.You will also experience faster loading times with CSS. The reason being, most computers cache a web page when it is visited. This also includes all the images and external links to CSS and JavaScripts (if applicable). So when someone goes to the next page, chances are pretty good that you will be using the same style sheet. And that will already be on the user's computer.
Loud Worx will work with you to help you have a web site that uses Cascading Style Sheets and will also have it compliant with W3 standards.
