Need want to automatically make a point after the text
for example
hellow world ................ 5
hellow ...................... 6
Lorem Ipsum is simply dummy
text of the printing ........ 7
<div style="width:150px"> hellow world </div> <div style="float:right">6</div>
<div style="width:150px"> hellow </div> <div style="float:right">6</div>
<div style="width:150px"> Lorem Ipsum is simply dummy text of the printing </div> <div style="float:right">6</div>