2番目のdivを最初のdivと適切に位置合わせする方法....水平方向の位置合わせのためにディスプレイをインラインで表示しました...しかし、2番目のdivはまだ下にあります...24インチモニターに関して話している...
http://jsfiddle.net/ke6Se/1/embedded/result/
<div style=" width: 300px; display: inline-block;">
<span style="color: #000; font-size: 12px; font-family: arial; font-wieght: bold; margin-left: 45px;">Mark Up</span><span style="margin-left: 110px;">10%</span>
<div>
<span style="margin-left: 45px;">Non-Tax Amount</span><span style="margin-left: 59px;">0</span>
</div>
</div>