Quote:
Originally posted by Jax
I don't understand how to really do tables. Can someone explain that to me?
|
They're pretty simple. [table][/table] is the main tag that must go around everything in the table. Then you have [tr][/tr] for rows and [td][/td] for columns. You can use only [td][/td] tags or or only [td][/td] tags or you can embed them in each other, it just depends on what you're trying to do. Getting your tables right just requires patience and trying different things and combinations.