Skip navigation
Currently Being Moderated

putting form on same line

Jun 15, 2012 12:20 PM

I am inserting a form on my page, with some content before and after.  The only problem is, that I am getting something that turns out like this.

form.PNG

How do I put all of this on the same line?

 
Replies
  • Currently Being Moderated
    Jun 15, 2012 12:29 PM   in reply to future-architect

    Show us your code.

     

    Nancy O.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 15, 2012 1:07 PM   in reply to future-architect

    Try this:

     

    <form id="form1" name="form1" method="post" action="" style="padding:0px; margin:0px;">

    <label for="listFiles">List files per page: </label>

    <select name="listFiles" id="listFiles">

    <option value="10">10</option>

    <option value="25">25</option>

    <option value="30">30</option>

    <option value="40">40</option>

    <option value="50">50</option>

    </select>

    <noscript>

    <input type="submit" name="updateResults" id="updateResults" value="Submit" />

    </noscript>

    </form>

     

     

     

    Nancy O.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points