How can I make a form not start at the next line?

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Re: How can I make a form not start at the next line?

    embed the contents in a table perhaps?
    Either way, it's an HTML/Browser issue, not ASP.

    --
    ----------------------------------------------------------
    Curt Christianson (Software_AT_Darkfalz.Com)
    Owner/Lead Designer, DF-Software
    [url]http://www.Darkfalz.com[/url]
    ---------------------------------------------------------
    ...Offering free scripts & code snippits for everyone...
    ---------------------------------------------------------

    "michaaal" <res0gyio@verizon.net> wrote in message
    news:OGZAdhlSDHA.1552@TK2MSFTNGP12.phx.gbl...
    > How can I make a form not start at the next line?
    >
    > I put in this code:
    >
    > <form method="post" name="form1" style="margin-top:0;margin-bottom:0">
    > <input type="image">
    > </form>
    >
    > but it appears like it runs like this:
    >
    > <br>
    > <form method="post" name="form1" style="margin-top:0;margin-bottom:0">
    > <input type="image">
    > </form>
    >
    > Is there a way to make it not start at the next line?
    >
    >

    Curt_C [MVP] Guest

  2. Similar Questions and Discussions

    1. Pen tool - how to start new line on existing point without join?
      Take a simple, open, two point line created with the pen tool. This line is deselected. Now I want to draw another - separate - line that starts...
    2. Start printing at the end of the previous line in Perl
      Does anyone know who to tab to then end of the previous line in Perl? apple, banana and orange would start on the next line where the "s" in fruits...
    3. start Flash Player from command line
      Hello! How i can start FP from my program if i don't know location of Player on user's computer. May be I can see it location in Registry or in...
    4. How do I make the Classic OS 9 start up when I log into OS X?
      In article <160720031603495593%pecora@anvil.nrl.navy.mil>, Louis M. Pecora <pecora@anvil.nrl.navy.mil> wrote: System Preferences->Classic. ...
    5. Command line to start Elements in specific directory
      Is there a command line option to start Elements with the contents of a specific file folder being displayed?
  3. #2

    Default Re: How can I make a form not start at the next line?

    > <form method="post" name="form1" style="margin-top:0;margin-bottom:0;
    > position: inline">
    Didn't work. Any other ideas?
    > --------------------------------------------------------------------------
    --
    > -----------^
    >
    > Block elements have default position rendering of 'block' (meaning start
    on
    > a new line).
    >
    > Chris.
    >
    >
    > "michaaal" <res0gyio@verizon.net> wrote in message
    > news:OGZAdhlSDHA.1552@TK2MSFTNGP12.phx.gbl...
    > > How can I make a form not start at the next line?
    > >
    > > I put in this code:
    > >
    > > <form method="post" name="form1" style="margin-top:0;margin-bottom:0">
    > > <input type="image">
    > > </form>
    > >
    > > but it appears like it runs like this:
    > >
    > > <br>
    > > <form method="post" name="form1" style="margin-top:0;margin-bottom:0">
    > > <input type="image">
    > > </form>
    > >
    > > Is there a way to make it not start at the next line?
    > >
    > >
    >
    >

    michaaal Guest

  4. #3

    Default Re: How can I make a form not start at the next line?

    To quote Curt_C, "Either way, it's an HTML/Browser issue, not ASP." Try
    posting in an IE newsgroup, or whatever browser you're having problems with.

    Ray at home


    "michaaal" <res0gyio@verizon.net> wrote in message
    news:eOIm6BmSDHA.2676@TK2MSFTNGP10.phx.gbl...
    >
    > Didn't work. Any other ideas?
    >

    Ray at Guest

  5. #4

    Default Re: How can I make a form not start at the next line?

    So where should he post?

    I've already got:
    microsoft .....
    asp.components
    asp.general
    scripting.jscript
    scripting.scriptlets
    scripting.vbscript
    vb.database
    windows.inetexpllorer.ie55.programming.css
    windowsupdate
    xml
    xml.soap
    xsl

    I really don't want to monitor the entire news space just to go and find a
    new thread for something I reckon I can help with.

    I'm sure that next time he'll post in a more appropriate newsgroup though.

    Chris.

    "Ray at <%=sLocation%>" <ray@ajf8jalskdfna.sefrhja7yasdf.com> wrote in
    message news:%23Lkbg2mSDHA.3144@tk2msftngp13.phx.gbl...
    > To quote Curt_C, "Either way, it's an HTML/Browser issue, not ASP." Try
    > posting in an IE newsgroup, or whatever browser you're having problems
    with.
    >
    > Ray at home
    >
    >
    > "michaaal" <res0gyio@verizon.net> wrote in message
    > news:eOIm6BmSDHA.2676@TK2MSFTNGP10.phx.gbl...
    > >
    > > Didn't work. Any other ideas?
    > >
    >
    >

    Chris Barber Guest

  6. #5

    Default Re: How can I make a form not start at the next line?

    Michaaal,

    Sorry, the CSS attribute that I had intended for you to use was:

    "display: inline", *not* "position: inline" (position only allows absolute |
    fixed | normal | relative | static).

    Try that and let me know if that helps.

    Chris.

    "michaaal" <res0gyio@verizon.net> wrote in message
    news:OhMyq5mSDHA.3192@tk2msftngp13.phx.gbl...
    > and now technically it's become a CSS issue.....picky picky
    >
    > "Ray at <%=sLocation%>" <ray@ajf8jalskdfna.sefrhja7yasdf.com> wrote in
    > message news:#Lkbg2mSDHA.3144@tk2msftngp13.phx.gbl...
    > > To quote Curt_C, "Either way, it's an HTML/Browser issue, not ASP." Try
    > > posting in an IE newsgroup, or whatever browser you're having problems
    > with.
    > >
    > > Ray at home
    > >
    > >
    > > "michaaal" <res0gyio@verizon.net> wrote in message
    > > news:eOIm6BmSDHA.2676@TK2MSFTNGP10.phx.gbl...
    > > >
    > > > Didn't work. Any other ideas?
    > > >
    > >
    > >
    >
    >

    Chris Barber Guest

  7. #6

    Default Re: How can I make a form not start at the next line?

    Gazing into my crystal ball I observed "Chris Barber" <chris@blue-
    canoe.co.uk.NOSPAM> writing in news:uJwsh4rSDHA.560@TK2MSFTNGP10.phx.gbl:
    > So where should he post?
    >
    He should post to alt.html or comp.infosystems.[url]www.authoring.html[/url] or
    comp.infosystems.[url]www.authoring.stylesheets[/url]

    --
    Adrienne Boswell
    Please respond to the group so others can share
    [url]http://www.arbpen.com[/url]
    Adrienne Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139