immortal20
September 7th, 2004, 09:47 PM
<form action=\"modules.php?name=$module_name\" method=\"POST\">
<input name=\"team\" type=\"hidden\" value=\"$cookieteam\">
<input name=\"password\" type=\"hidden\" value=\"$password\">
<input name=\"Submit\" type=\"submit\" value=\"Management\">
<input name=\"op\" type=\"hidden\" value=\"displayteam\"></form>
<form action=\"modules.php?name=$module_name\" method=\"POST\">
<input name=\"Submit\" type=\"submit\" value=\"Logout Team\">
<input name=\"op\" type=\"hidden\" value=\"logoutteam\"></form>";
Ok above i have a form (it's in php format so dont mind the slashes in front of quotations. This shows two buttons on the screen, but the buttons are seperated, as in 2 lines. I would like the two buttons to be on the same line instead of 2 (one on top of the other one) i want them side by side.
How can i do this?
<input name=\"team\" type=\"hidden\" value=\"$cookieteam\">
<input name=\"password\" type=\"hidden\" value=\"$password\">
<input name=\"Submit\" type=\"submit\" value=\"Management\">
<input name=\"op\" type=\"hidden\" value=\"displayteam\"></form>
<form action=\"modules.php?name=$module_name\" method=\"POST\">
<input name=\"Submit\" type=\"submit\" value=\"Logout Team\">
<input name=\"op\" type=\"hidden\" value=\"logoutteam\"></form>";
Ok above i have a form (it's in php format so dont mind the slashes in front of quotations. This shows two buttons on the screen, but the buttons are seperated, as in 2 lines. I would like the two buttons to be on the same line instead of 2 (one on top of the other one) i want them side by side.
How can i do this?