|
-
Jun 20th, 2003, 01:04 AM
#3
Thread Starter
Frenzied Member
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|