require_once './../php/Tabla.php';
- $TABLA = new Tabla ();
+ $TABLA = new Tabla ('width="500" align="right"');
$row = array ('R0C0','R1C1','R1C2','R2C3','R2C4','R2C5','R2C6','R2C7','R2C8','R2C9');
$TABLA->colSpan(2, 6,2);
$TABLA->colSpan(2, 8,2);
-
+ $TABLA->setCeldaTitulo($0);
$tohtml = $TABLA->toHtml();
print $tohtml;