|
That's not much to go on as to what is bothering you. However, the basic concept is you have a table, defined by a <table> tag, that table will have one or more rows, defined by the <tr> tag. Within each row you may have one or more cells of data defined by the <td> tag. Barring any interference from you the data cells expand to fit the data.
|