asp:HyperLink ID="HyperLink2" runat="server" ForeColor="Blue" style="text-decoration: underline" NavigateUrl="SpendAnalyzer/Default.aspx">CARETRAK</asp:HyperLink>
The following code displays a tab for the user to click on, and then runs their app. The way it is coded, the three tabs have no space between them nor do they look pretty. any ideas to improve the look here? u can see this here:
asp:HyperLink ID="HyperLink2" runat="server" ForeColor="Blue" style="text-decoration: underline" NavigateUrl="SpendAnalyzer/Default.aspx">CARETRAK</asp:HyperLink>
<asp:HyperLink ID="HyperLink3" runat="server" ForeColor="Blue" style="text-decoration: underline" NavigateUrl="SpendAnalyzer_Oncare/Default.aspx">CARETRAK_OnCare</asp:HyperLink>
The following code displays a tab for the user to click on, and then runs their app. The way it is coded, the three tabs have no space between them nor do they look pretty. any ideas to improve the look here? u can see this here:
asp:HyperLink ID="HyperLink2" runat="server" ForeColor="Blue" style="text-decoration: underline" NavigateUrl="SpendAnalyzer/Default.aspx">CARETRAK</asp:HyperLink>
<asp:HyperLink ID="HyperLink3" runat="server" ForeColor="Blue" style="text-decoration: underline" NavigateUrl="SpendAnalyzer_Oncare/Default.aspx">CARETRAK_OnCare</asp:HyperLink>