hi,
  Using 'C' code I need to generate HTML tag for 'table' creation. Each table 
row may contain one more table and I need to control each parameter of the 
table.
I don't want to use printf since my table may grow dyanmically. I want to use 
data structure(especially linked list).
Does anybody has idea on this. 

To organzie my data in HTML page, I will be putting data inside 'table'. This 
organization becomes complex as different group of data arises.
Each cell of table may contain one more table to show these grouped data.

For example.

Table1
_ _ _ __ _ _ _ _ _ _ __ _ _ _ _
|           |         |                    |
| _Table2 _  _  | _  _ _ __ _ _ |
|           |        |                     | 
| _ _ _  | _  _  | _  _ _ _ _  _ _|                    
|                    |                     |
|_ _ _ __ _ _ _|_ _ _ __ _ _ _ |


pjmaiya
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to