Jump to content

[SOLVED] How to line up text boxes


NovaArgon

Recommended Posts

wow that deffently did something is there any way you can take a look and see what I missed?

 

<form action="/cgi-sys/guestbook.cgi" target=guestwindow>

<input type="hidden" name="user" value="e0120590">

<input type="hidden" name="action" value="addguest">

<input type="hidden" name="basehref" value="http://drysnot.com">

<input type="hidden" name="template" value="default">

<tr><td>Name</td><td><input type="text" name="name"></td></tr>

<tr><td>Email</td><td><input type="text" name="email"></td></tr>

<tr><td>Url</td><td><input type="text" name="url"></td></tr>

<tr><td>Comments</td><td><textarea name="comments"></textarea></td></tr>

<input type="submit" value="Sign Guestbook">

</form>

<TABLE><tr><td>Name</td><td><input type="text" name="name"></td></tr>

<tr><td>Email</td><td><input type="text" name="email"></td></tr>

<tr><td>Url</td><td><input type="text" name="url"></td></tr>

<tr><td>Comments</td><td><textarea name="comments"></textarea></td></tr></table>

<input type="submit" value="Sign Guestbook">

</form>

 

try this with the tabletags in... ;)

 

dan

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.