Few spans are going crazy

karatejudo

New Member
I have few spans on my website , and i'm trying to make them go on the place I want them to , but it isn't going well as of now . My HTML code: \[code\]<span class="forumname"><a href="http://stackoverflow.com/questions/13710283/forum1.aspx">?? ?????</a></span><br /><span class="forumname"><a href="http://stackoverflow.com/questions/13710283/forum2.aspx">?? ????</a></span><br /><span class="forumname"><a href="http://stackoverflow.com/questions/13710283/forum3.aspx">?????? ???????</a></span><br /><span class="forumname"><a href="http://stackoverflow.com/questions/13710283/forum4.aspx">?????</a></span><br /><span class="forumname"><a href="http://stackoverflow.com/questions/13710283/forum5.aspx">????????</a></span><br /><span class="forumname"><a href="http://stackoverflow.com/questions/13710283/forum8.aspx">????? ?????</a></span><br /><span class="forumname"><a href="http://stackoverflow.com/questions/13710283/forum9.aspx">??????</a></span><br /><span class="forumname"><a href="http://stackoverflow.com/questions/13710283/forum10.aspx">??? ???????</a></span><br />\[/code\]forumname Class in CSS :\[code\].forumname {color: black;text-decoration: none;font-family: Arial;font-size: 14px;position: relative;top: 77px;left: 720px;font-weight: bold;margin-top: 80px; }\[/code\]And this is the result :
UiqqA.jpg

How can I align all of the spans so they can all start from the same position on the right ? Please Help me , i've tried everything , and i'm going crazy !I tryed adding direction: rtl; to the span class, float: right and left; but with no success .Thank you in advance ,Iliya Vaitzman .
 
Back
Top