<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1605" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; Using 'C' code I need to generate HTML tag 
for <STRONG>'table'</STRONG> creation. Each table row may contain one more table 
and I need to control each parameter of the table.</FONT></DIV>
<DIV><FONT face=Arial size=2>I don't want to use&nbsp;printf since my table may 
grow dyanmically. I want to use data structure(especially linked 
list).</FONT></DIV>
<DIV><FONT face=Arial size=2>Does anybody has idea on this. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>To organzie my data in HTML page, I will be putting 
data inside 'table'. This organization becomes complex as different group of 
data arises.</FONT></DIV>
<DIV><FONT face=Arial size=2>Each cell of table may contain one more table to 
show these grouped data.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>For example.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Table1</FONT></DIV>
<DIV><FONT face=Arial size=2>_ _ _ __ _ _ _ _ _ _ __ _ _ _ _</FONT></DIV>
<DIV><FONT face=Arial 
size=2>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
|</FONT></DIV>
<DIV><FONT face=Arial size=2>|&nbsp;_Table2 _&nbsp; _&nbsp; | _&nbsp; _&nbsp;_ 
__&nbsp;_ _ |</FONT></DIV>
<DIV><FONT face=Arial 
size=2>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;| </FONT></DIV>
<DIV><FONT face=Arial size=2>|&nbsp;_&nbsp;_&nbsp;_&nbsp; 
|&nbsp;_&nbsp;&nbsp;_&nbsp; |&nbsp;_&nbsp;&nbsp;_ 
_&nbsp;_&nbsp;_&nbsp;&nbsp;_&nbsp;_|&nbsp;</FONT><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</FONT></DIV>
<DIV><FONT face=Arial 
size=2>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
|</FONT></DIV>
<DIV><FONT face=Arial size=2>|_ _ _ __ _ _ _|_ _ _ __ _ _ _ |</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT><FONT 
face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>pjmaiya</FONT></DIV></BODY></HTML>