Hi i have the following code;
this display the buttons one above the other, how can i put them side by side.
Thank you
Code:
<br>FanIn: <form action = "faninon.php " method ="post"> <input type = "submit" value="ON"/> </form> <form action = "faninoff.php " method ="post"> <input type = "submit" value="OFF"/> </form> </br>
Thank you
Comment