Jump to content
MakeWebGames

Strange thing!!!


Lithium

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...