Gregor --

...and then Gregor Jaksa said...
% 
% HTML tags.

Yes, you can nest HTML tags.  The example below needs <tr> and <td>
elements to contain the second <table>, but in general it's fine.


% I can have something like
% <table>
%   first
%   <table>
%     second table
%   </table>
%   table
% </table>
% 
% and i need to convert each <table></table> tags into something more user
% friendly.

Aside from John's suggestion :-) I don't see how much more friendly
you'll get.  Of course, I don't know where you're going, either.  Do
you mean, perhaps, that you want your user to be able to write

  <first_table>
    first
    <second_table>
      second table
    </second_table>
    table
  </first_table>

or the like?  Can you give us any more detail at all?


HTH & HAND

:-D
-- 
David T-G                      * There is too much animal courage in 
(play) [EMAIL PROTECTED] * society and not sufficient moral courage.
(work) [EMAIL PROTECTED]  -- Mary Baker Eddy, "Science and Health"
http://justpickone.org/davidtg/      Shpx gur Pbzzhavpngvbaf Qrprapl Npg!

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to