format  | 
			 The format of one column when editing the table. A cell can be a text input field, or any of these edit field types:   â�¢ Text input field (1 line):    =  | 
			 text, <size>, <initial value>  | 
			 =    â�¢ Textarea input field:    =  | 
			 textarea, <rows>x<columns>, <initial value>  | 
			 =    â�¢ Drop down box:     =  | 
			 select, <size>, <option 1>, <option 2>, etc*  | 
			 =     * only one item can be selected    â�¢ Radio buttons:     =  | 
			 radio, <size*>, <option 1>, <option 2>, etc  | 
			 =     * size indicates the number of buttons per line in edit mode    â�¢ Checkboxes:     =  | 
			 checkbox, <size*>, <option 1>, <option 2>, etc  | 
			 =     * size indicates the number of checkboxes per line in edit mode     â�¢ Fixed label:     =  | 
			 label, 0, <label text>  | 
			 =    â�¢ Row number:     =  | 
			 row, <offset>  | 
			 =    â�¢ Date:     =  | 
			 date, <size>, <initial value>, <DHTML date format>  | 
			 = (see Date Field Type)  | 
			 "text, 16"   for all cells  |