css problem with make text in the right
Posted
by moustafa
on Stack Overflow
See other posts from Stack Overflow
or by moustafa
Published on 2010-03-27T09:08:32Z
Indexed on
2010/03/27
9:13 UTC
Read the original article
Hit count: 295
i have this
<li><a href="#" >title</a> <span style='text-align:right;'>(0)</span></li>
its not working and this
<li><a href="#" >title</a> <span style='float:right;'>(0)</span></li>
its go to the down line (not working)
its appear like that |title (0) | i want it |title (0)|
© Stack Overflow or respective owner