create a sub table in a table data
Hi all,
I want to create a subtable inside a row data.
how should i go about it.
e.g:
question and answers.
i have to show the quetions and answers against it.
the answers might be more than one.
thanks
Hi all,
I want to create a subtable inside a row data.
how should i go about it.
e.g:
question and answers.
i have to show the quetions and answers against it.
the answers might be more than one.
thanks
You want to nest tables? That's fairly straightforward: just put a new <table> in a <td> cell.