| 
 Posted by Marcin Dobrucki on 10/03/05 17:08 
frizzle wrote: 
> i want to build a function to create layout parts. 
> It has to create tables. 
 
   How about looking at HTML_Table from PEAR?  It will generate tables  
for you, and you can pass arguments for height, etc.  Its a life saver  
after you try to modify your table layout later. 
 
   /Marcin
 
[Back to original message] 
 |