I am having problem with this text login users.
I want the text logging name display at left without moving.
When i make the page size with more it moves.
<div class="header" style="position: relative; left: auto; top: auto; width: 100%; height: 140px; z-index: 2; right: auto; color: #FFFFFF;">
<div class="BG-image">
<asp:Image ID="Image1" runat="server" ImageUrl="~/imagefolder/MC-bg.jpg" Height="140px" Width="100%" />
<div class="auto-style6" style="display: inline">
<asp:LoginName ID="LoginName1" runat="server" FormatString="مرحبا: {0}" />
<br />
<asp:Label ID="lblmarkazel3mal" runat="server" />
<br />
<asp:Label ID="lblLastLoginDate" runat="server" /> <asp:Label ID="civiidinfo" runat="server" />
<br />
<asp:LoginStatus ID="LoginStatus1" runat="server" LoginText="تسجيل الدخول" LogoutPageUrl="~/Login.aspx" LogoutText="تسجيل الخروج" ForeColor="White" />
</div>
</div>