Hi all
I have this simple form and every time i vies it there is a line break
after the button.
What i want it to look like:
----------
| BUTTON |
----------
Hi
What it look like
----------
| BUTTON |
----------
Hi
My code is:
<form method="POST" action="submit. php">
<input type="submit" value="Remove">
</font>
</form>
Hi
Thanks in advance!
I have this simple form and every time i vies it there is a line break
after the button.
What i want it to look like:
----------
| BUTTON |
----------
Hi
What it look like
----------
| BUTTON |
----------
Hi
My code is:
<form method="POST" action="submit. php">
<input type="submit" value="Remove">
</font>
</form>
Hi
Thanks in advance!
Comment