NovaArgon Posted November 26, 2007 Share Posted November 26, 2007 I am trying to figure out a way to line up all the white text boxes Do you have any idea how? http://www.drysnot.com/guestbook.html Quote Link to comment Share on other sites More sharing options...
spawnark Posted November 26, 2007 Share Posted November 26, 2007 Use tab spacing . it should line up Quote Link to comment Share on other sites More sharing options...
NovaArgon Posted November 26, 2007 Author Share Posted November 26, 2007 Thanks for the reply I don't think it did anything any thing else i could try? Quote Link to comment Share on other sites More sharing options...
danlindley Posted November 26, 2007 Share Posted November 26, 2007 i would be inclined to use a table; <table> <tr><td>Description</td><td>Text Box</td></tr> <tr><td>Describe it</td><td>Text box</td></tr> </table> things line upbetter thisway, dan Quote Link to comment Share on other sites More sharing options...
NovaArgon Posted November 26, 2007 Author Share Posted November 26, 2007 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> Quote Link to comment Share on other sites More sharing options...
danlindley Posted November 26, 2007 Share Posted November 26, 2007 <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 Quote Link to comment Share on other sites More sharing options...
NovaArgon Posted November 26, 2007 Author Share Posted November 26, 2007 Sweet thanks so much that worked great!!! Quote Link to comment Share on other sites More sharing options...
danlindley Posted November 26, 2007 Share Posted November 26, 2007 No problemo! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.