help with table

A

Anonymous

Guest
Code:
<div>a</div>
<div>b</div>
<div>c</div>
<div>d</div>
<div>e</div>
 
There's no way to do that that would prevent the user from having to add at least one tag when they add a new item. You could have the textarea as a table and the first column one character wide, but if you wanted to add more items (f,g etc.) you'd still need a new <tr> and <td> tags to do it.
 
Back
Top