I have two submit buttons part of two different forms. They are being displayed on two different lines. Is it possible to have them, side by side on a single line.
<form action="" method="POST">
<input type="submit" name = "" value="OK" >
</form>
<form action="" method="POST">
<input type="submit" name = "" value="Cancel" >
</form>