The Joomla Book

9 Creating a Pure CSS Joomla 1.5 Template

In this chapter, we'll go through the steps of creating a Joomla template. Specifically, we will create a template that uses cascading style sheets (CSS) to produce a layout without use of tables. This is a desirable goal as it means that the template code is easier to validate to World Wide Web Consortium (W3C) standards. It will also tend to load faster, be easier to maintain and perform better in search engines. We will discuss these issues in detail later in the chapter.