I have a seemingly easy problem to solve, but am struggling. How do I get these two inputs to align to the right of the form, without using the BR element ?
Use some tag, to aligning the input element. So
.mydiv { width: 500px; height: 250px; display: table; text-align: right; }