1. \Configure{table} {before-tbl} {after-tbl} {before-row} {after-row} {before-entry} {after-entry}

The parameter table stands for `tabular', `array', or `eqnarray'. The macros \Row and \Col provide the row and column indexes, respectively.
(1,1) (1,2) (1,3)
(2,1) (2,2) (2,3)
\Configure{tabular} 
   {\HCode{<TABLE>}} 
   {\HCode{</TABLE>}} 
   {\HCode{<TR>}} 
   {\HCode{</TR>}} 
   {\HCode{<TD CLASS="try">}(\Row,\Col)} 
   {\HCode{</TD>}} 
\Css{.try{ border:solid 4px; }} 
 
\begin{tabular}{lll} 
  &&\\ && 
\end{tabular}