ASPX
--------------------------------
<table width="100%" style="background-color:#336699;">
<tr>
<td style="background-color: #4791c5;width:100%;padding-right:50px" colspan="3" align="right">
<%--<asp:Label ID="lblCompanyName" runat="server" Font-Names="Verdana" Font-Size="X-Small"
Visible="False" Font-Bold="false" ForeColor="White"></asp:Label>--%>
<%= AccountandHelpLink %>
<a href="../../support.html"></a><a href="../../support.html"></a><a href="../../contact.html">
</a><a href="../../contact.html"></a>
<%= LogoffLink %>
</td>
<%--<td align="center" style="background-color: #4791c5;">
<
</td>--%>
</tr>
</table>
C#
-------------------
LogoffLink = ControlChars.Cr & "<" & "a href='" & Request.ApplicationPath & "/Admin/Logoff.aspx' ><FONT face='Verdana' font-family='Arial' size='1' color='ffffff'>" & " SignOut<" & "/a>"
AccountandHelpLink = "<" & "FONT face='Verdana' color='#ffffff' size='1'" & ">" & accLink & sUserId & "&username=" & sUserName & ">" & "<" & "FONT face='Verdana' color='#ffffff' size='1'" & ">" & "My Account" & "</FONT>" & "</a> " & "<span class='Accent'>|</span>" & " " & _
"<a href=" & sHelpfileLocation & " target='_new'>" & "<" & "FONT face='Verdana' color='#ffffff' size='1'" & ">" & "Help" & "</FONT>" & "</a> </FONT> "
--------------------------------
<table width="100%" style="background-color:#336699;">
<tr>
<td style="background-color: #4791c5;width:100%;padding-right:50px" colspan="3" align="right">
<%--<asp:Label ID="lblCompanyName" runat="server" Font-Names="Verdana" Font-Size="X-Small"
Visible="False" Font-Bold="false" ForeColor="White"></asp:Label>--%>
<%= AccountandHelpLink %>
<a href="../../support.html"></a><a href="../../support.html"></a><a href="../../contact.html">
</a><a href="../../contact.html"></a>
<%= LogoffLink %>
</td>
<%--<td align="center" style="background-color: #4791c5;">
<
</td>--%>
</tr>
</table>
C#
-------------------
LogoffLink = ControlChars.Cr & "<" & "a href='" & Request.ApplicationPath & "/Admin/Logoff.aspx' ><FONT face='Verdana' font-family='Arial' size='1' color='ffffff'>" & " SignOut<" & "/a>"
AccountandHelpLink = "<" & "FONT face='Verdana' color='#ffffff' size='1'" & ">" & accLink & sUserId & "&username=" & sUserName & ">" & "<" & "FONT face='Verdana' color='#ffffff' size='1'" & ">" & "My Account" & "</FONT>" & "</a> " & "<span class='Accent'>|</span>" & " " & _
"<a href=" & sHelpfileLocation & " target='_new'>" & "<" & "FONT face='Verdana' color='#ffffff' size='1'" & ">" & "Help" & "</FONT>" & "</a> </FONT> "