Hi, I'm having a little bit of trouble with HTML.
I am using p aligns to put buttons on each side of the page, but I am having some troubles:
I have tried removing the </p> at the end, but that doesn't help. I get one button on one side, and the other button on the other side, but down one <BR>.
But, I would like to remove the <BR> and have it on one line.
I am 100% sure this is possible. Thanks!
I am using p aligns to put buttons on each side of the page, but I am having some troubles:
| Code: |
| <p align="left"><input type="button" value="Back" onClick="history.back()"></p>
AND <p align="right"><input type="button" value="Next" onClick="next.php"></p> |
I have tried removing the </p> at the end, but that doesn't help. I get one button on one side, and the other button on the other side, but down one <BR>.
But, I would like to remove the <BR> and have it on one line.
I am 100% sure this is possible. Thanks!
