When you were learning how to create tables withint ables were you confused?
I figured he was talking about the character from the bible.. Y'know, Cain and Ables?Originally posted by: DaFinn
When you were learning how to create tables withint ables were you confused?
Ables... I am sure you meant apples, right! I like apples!
Originally posted by: Nocturnal
I am!
I'm talking about HTML here.
Originally posted by: Tyler
It's not tough if you stay organized. Make sure you define where one table starts and ends clearly.
Example:
<table>
<tr>
<td>stuff</td>
<td>more </td>
</tr>
<tr>
<td>
<!-- new table starts here -->
<table>
<tr><td></td></tr>
</table>
<!-- new table ends here -->
</td>
<td>Yet more stuff</td>
</tr>
</table>
