help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Nested tables


From: Geir Pedersen - Activio AS
Subject: Nested tables
Date: Thu, 21 Mar 2002 01:32:27 +0100 (CET)

Hi,

currently cgicc does not support nested tables due to the table
element with friends being defined as Boolean Elements. You can not
generate something like:

 <table border="1"> 
 <tr>
 <td>
   <table border="1">
   <tr>
   <td>
     Inner table.
   </td>
   </tr>
   </table>
 </td>
 <td>
   Outer table.
 </td>
 </tr>
 </table>

Is this issue being adressed in some way?

Thanks,

Geir Pedersen.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]