Jump to content
MakeWebGames

Recommended Posts

Posted

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 :)

Posted

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.

Posted

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.

Posted

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 :)

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...