Great, thanks! But what if I have some HTML code e.g. two tables and the I wish to place the 100 text fields a specific place in my HTML-code?
[code]
<html>
<body>
<tr>
<td>This is table one</td>
<td>This is table one</td>
</tr>
<tr>
<td>This table two</td>
<td>[here I want the 100 text fields]</td>
</tr>
</body>
</html>