html - Spacing with li element -


i want have spacing within li block. count should on right end on li block, tried word-spacing that's effecting user name well:

<li style="font-size:14px;text-align:left">    <strong>user name</strong>    <span style="font-size:14px;text-align:right;">count</span> </li> 

add float: right count. text-align wont work here.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -