Poockecdolmew
New Member
I have a href, which comes after a sentence. but according to the words it can in the same line with the sentence or in a new line. but because of the margin-left:5px; it doesn't look good when it is in a newline. how can i make it that if there isn't any other words in the left it would start from the very beginning. http://jsfiddle.net/tVC43/11/\[code\]<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>\[/code\]