Login   Register  
PHP Classes
elePHPant
Icontem

File: two_col_form.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jesse Estevez  >  Bucci's Table Class  >  two_col_form.tpl  >  Download  
File: two_col_form.tpl
Role: ???
Content type: text/plain
Description: Sample Template
Class: Bucci's Table Class
Author: By
Last change:
Date: 2000-06-16 18:59
Size: 237 bytes
 

Contents

Class file image Download
<?

$this->cellpadding  	= 3;
$this->cellspacing  	= 1;
$this->border 		= 0;
$this->width 		= "100%";

$this->add_col_attribute ( 'align', array ( 'right', 'left' ) );
$this->add_col_attribute ( 'bold', array ( 1, 0 ) );	

?>