Lithium Posted January 22, 2009 Posted January 22, 2009 I have a problem and wonder if someone knows a work around... inside a <td> i have some text and i need to place a <form> pretty much near the line end. The problem is that as soon as i place the <form> tag whatever comes inside it simply drops to a new line. and i only want to have one single line with everything. By any chance is there someone out there that could come out with a solution? Thanks :) Quote
Haunted Dawg Posted January 22, 2009 Posted January 22, 2009 Re: Strange thing!!! Please explain more. If you add <form blah> <input type="button" value="Button 1"> </form> <form blah> <input type="button" value="Button 2> </form> It will add onto a new line. Of course in other hand's you can go by doing it like this: <form action="#" method="post"> <input type="button" onClick="window.change=url.to.new.page;"> <input type="button" onClick="window.change=url.to.othe.page;"> </form> If that does not help. Please try re explaining your problem and maybe post a example. Quote
Floydian Posted January 22, 2009 Posted January 22, 2009 Re: Strange thing!!! Try this: <form style="display: inline"> // ...... </form> With that, your form will not start on a new line. Quote
Lithium Posted January 22, 2009 Author Posted January 22, 2009 Re: Strange thing!!! Try this: <form style="display: inline"> // ...... </form> heh! +1 for Floydian ;) Never thought the answer would be so simple :) With that, your form will not start on a new line. Quote
Haunted Dawg Posted January 22, 2009 Posted January 22, 2009 Re: Strange thing!!! Well. I never understood your meaning that much anyway.. glad you got sorted. Quote
Lithium Posted January 22, 2009 Author Posted January 22, 2009 Re: Strange thing!!! Well. I never understood your meaning that much anyway.. glad you got sorted. Though i must've explained right as Floydian got it at first ;) thx anyway though :) Quote
Haunted Dawg Posted January 22, 2009 Posted January 22, 2009 Re: Strange thing!!! Different people understand in different meaning's. Some one can explain to you in a long way.. you get bored and dont put attention. You dont understand the concept of that. Then again some one can explain to you in a short way.. and you get the concept of that. Quote
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.