add($first_box); $vertical_box->add($third_box); $vertical_box->add($second_box); // define the page as contained in the div element "content", and composed of the box created just above $page=new PageLayout("content", $vertical_box); ?> Pierrox.net - Diable - example 03, three vertical boxes
first box
second box
third box