Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8252271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:31:07+00:00 2026-06-08T00:31:07+00:00

How do I get the textfield and button attached to each other Here is

  • 0

How do I get the textfield and button attached to each other

Here is my demo
http://jsfiddle.net/dgWqL/2/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T00:31:08+00:00Added an answer on June 8, 2026 at 12:31 am

    You can simply remove the whitespace between #textfield" and input[type="button"].
    (Whaaat?) Well, this is your html:

        <input type="text" name="textfield" id="textfield" value="Search here" />
        <input name="" type="button" value="Go">
    

    This is the same as having…

        abc
        def
    

    …which, as you’d never question, gets rendered as abc def.

    It’s the exact same thing.

    As I’ve suggested you can simple delete that whitespace by putting the second input right in front of the first one in the html, as so…

        <input type="text" name="textfield" id="textfield" value="Search here" /><input name="" type="button" value="Go">
    

    Another option is to comment out the whitespace – that’s if you prefer to have each input on it’s own line:

        <input type="text" name="textfield" id="textfield" value="Search here" /><!--
      --><input name="" type="button" value="Go">
    

    Here’s a fiddle – http://jsfiddle.net/dgWqL/3/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to get a textfield and button to align flush with each
In my custom button component, I want to get a handle on the textField
jQuery(document).ready(function(){ $(#button).submit(function() { { var email_id=document.getElementById('textfield').value; var password=document.getElementById('textfield2').value; var utype=document.getElementById(utype).value; var url=login_check.jsp?&email_id=+encodeURIComponent(email_id)+&password=+encodeURIComponent(password)+&utype=+encodeURIComponent(utype); $('form').get(0).setAttribute('action',url); alert(document.form1.action);
I ma using an image button to display an asp.net calendar control (this control
OK here goes, This one i find complicated to explain, but I have attached
i am trying to organize the position for these two textfield and search button,
I create a uialertview with two button and a textfield, and I want a
i have a table view in which each cell has a TextField where the
I have one doubt that how to get other control's value when we select
I'm working on an interface that provides a set of multiple Button objects, each

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.