I have created a news banner and a button as two separate <div>
elements, but I find them in 2 lines.
I want keep them in one line, how to do it?
HTML:
<div id="outer">
<div>
<div>
<div id="newsbar">news bar</div>
<div id="button"><span role="button"> <input type="button" value="submit"/></div>
</div>
</div>
</div>