Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- div tag styling issue


jankajg - 4:37 pm on Jan 8, 2009 (gmt 0)


apologies for posting the incomplete code. But that was due to lack of understanding on actual html ui + css.
After spending 'nights under the bulb' i have finally resolved the issue

here is the complete code with the solution

container{
width:100%;
}
#home-container{
width:50%;
text-align:left;
color:White;
padding-left:25px;
float:left;
}
#login-container{
width:50%;
text-align:right;
color:White;
padding-right:25px;
}

<td colspan="10" bgcolor="#AE3B08" align="right" width="1027px">

<div id="container">
<div id="home-container">
<asp:HyperLink ID="hlHome" runat="server" ForeColor="white" NavigateUrl="~/Default.aspx">Home</asp:HyperLink>
</div>
<div id="login-container">
<asp:LoginView ID="LoginArea" runat="server">
<AnonymousTemplate>
<asp:HyperLink ID="HlLogin" runat="server" NavigateUrl="~/Login.aspx"

ForeColor="white">Login</asp:HyperLink>
</AnonymousTemplate>
<LoggedInTemplate>
<asp:LoginName ID="LoginName1" runat="server" FormatString="Welcome, {0}"

/>&nbsp;&nbsp;¦¦&nbsp;&nbsp;
<asp:HyperLink ID="HLLogout" runat="server" NavigateUrl="~/Logout.aspx"

ForeColor="white">Logout</asp:HyperLink>
</LoggedInTemplate>
</asp:LoginView>
&nbsp;&nbsp;¦¦&nbsp;&nbsp;
<asp:HyperLink ID="hlAdmin" runat="server" ForeColor="white">Admin</asp:HyperLink>&nbsp;&nbsp;
</div>
</div>
</td>


Thread source:: http://www.webmasterworld.com/css/3819095.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com