Problem in table elements when compiling

"Damar Thapa, ICT Technician" <[email protected]> Tue, 25 Nov 2003 14:13:37 +0800
Newsgroups gmane.comp.java.enhydra.xmlc
Organization Kennedy School
Message-ID <003a01c3b31b$44416090$e601000a@ICTTECH>
Hi,

The following is a part of a table that I have:

<TR valign="top">
                  <TD valign="top" align="left" width="35%" class="Dir::Get_Data.Menu.menu">[Menu]</td>
                  <TD valign="top" width="65%" class="Dir::Get_Data.Main.mainText" align="left">[Main Article]</td>
                </tr>

In the first column, using Dir::Get_Data.Menu.menu, comes a table with menu, and in the second column comes another table with the main taxt. All works fine except that both <TD>  tags lose all its attributes ie valign="top" align="left" width="35%" etc. It simply give <td> --Menu Table..</td> <td> Main Articla Table </td>.

Have I done some thing wrong here?

I am using Enhydra5.1 to compile Barracuda application.

Any pointers would be highly appreciated.



Regards,

Damar Thapa