Participant
821 Points
464 Posts
Sep 22, 2007 09:46 AM|MaineOne|LINK
It needs to be in the Form tag. This is how it should look, it will need further formatting but it works.
Participant
821 Points
464 Posts
Re: Club Web Site Navigation
Sep 22, 2007 09:46 AM|MaineOne|LINK
It needs to be in the Form tag. This is how it should look, it will need further formatting but it works.
<div id="navtop">
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="false" />
<asp:Menu ID="TopNavMenu" Orientation=Horizontal runat="server" DataSourceID="SiteMapDataSource1">
</asp:Menu>
</div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
<div id="navbottom">
<asp:Menu ID="Menu1" Orientation=Horizontal runat="server" DataSourceID="SiteMapDataSource1">
</asp:Menu>
</div>
</form>