Ask a Question related to ASP, Design and Development.
-
Curt_C [MVP] #1
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
-
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... -
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... -
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... -
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. ... -
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? -
michaaal #2
Re: How can I make a form not start at the next line?
Didn't work. Any other ideas?> <form method="post" name="form1" style="margin-top:0;margin-bottom:0;
> position: inline">
--> --------------------------------------------------------------------------on> -----------^
>
> Block elements have default position rendering of 'block' (meaning start> 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
-
Ray at #3
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
-
Chris Barber #4
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...with.> 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>
> 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
-
Chris Barber #5
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...> with.> > 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>> >
> > 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
-
Adrienne #6
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:
He should post to alt.html or comp.infosystems.[url]www.authoring.html[/url] or> So where should he post?
>
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



Reply With Quote

