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 \HRow and \HCol provide the row and column indexes, respectively. The macro \HMultispan records the number of columns.

(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"> 
               \ifnum \HMultispan>1 
                   colspan="\HMultispan"\fi}(\HRow,\HCol)} 
   {\HCode{</td>}} 
\Css{.try{ border:solid 4px; }} 
 
\begin{tabular}{lll} 
  &&\\ && 
\end{tabular}