Here is the code snippet I am working with:
<div id="one">
<a href="#" id="test1" >
<button title="test1">test1</button>
</a>
<a href="#" id="test1" >
<button title="test1">test1</button>
</a>
<div id="two" style="background-color: red;">
<form action="/adminTest" method="post"><select id="SelectedCode" name="SelectedCode">
<option value="1">1 page</option>
<option value="2">2 pages</option>
</select> <input type="submit" value="OK" />
</form>
</div>
</div>
I am having trouble getting my select dropdown to display next to the button instead of below it. Any suggestions on how to achieve this easily?