The main content of the site is placed in a (content) div on the index.php. In this content div some other divs are used to separate the content div in columns.
For these columns I've made a few "designs".
It are all made with "div" and they have a class to get them in the good shape and in the good position.
Here is an overview of the three divs used for the full page width :
and here are the divs that separate the page in two columns :
It's nothing special the content area is just divided in one, two or three columns.
The first three, txt, txtimg and imgtxt covers a 100% width. It is to place text only, or a combination of text and images.
This column is only used to place text. It's width is over the full width of the page. In general there are no images in this div.
This column is used to place text and images. The images appears at the right side of the text. It's width is over the full width of the page. In general there are no images in this div.
This column is used to place text and images. The images appears at the left side of the text. It's width is over the full width of the page. In general there are no images in this div.
The second page model is with two columns; a large one at the left and a small one at the right. The two columns can be of different length.
Only three columns are used:
As you can see, there are a few more possibilities.
Since there is already a column at the left side, the navigation menu, these last column types are not used here.
This site undergoes continuously improvements. At any time the used system can be different from the system mentioned above.
Already on several places there are some variations on the system. At least, that keeps the things interesting.
Updated 2007 Oct. 09