我有一个href,它出现在一个句子之后。但根据单词它可以与句子在同一行或换行。但由于 margin-left:5px; 它在换行时看起来不太好。我怎么能做到,如果左边没有任何其他词,它会从一开始就开始。http://jsfiddle.net/tVC43/11/
<div class="box" style="border:1px solid red;">
welcome to xxxxxxxxx part.
<nobr style="margin-left:5px">hi thomas</nobr>
</div>
<div class="box" style="left:200px; border:1px solid red;">
welcome to xxxxxxxxx.
<nobr style="margin-left:5px">hi thomas</nobr>
</div>