|
-
Dec 9th, 2010, 02:42 PM
#7
Junior Member
Re: Menu control won't display horizontal
Striknyn,
To answer, "2) Is there a way to not display the root (Home) directory on my menu control? I only want to show Customer Support, Technician Support, Administration, and Site Map on the control."
Yes, however, there will be a blank space displayed ... so ... put another blank space at the end to balance the line:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="" title="" description="Home Page" >
<siteMapNode url="" title="About CJA" description="" >
<siteMapNode url="~/1About/contact/contacts.pdf" title="Contacts" description="" />
<siteMapNode url="~/1About/location/default.aspx" title="Location" description="" />
<siteMapNode url="~/1About/director/default.aspx" title="Director" description="" />
<siteMapNode url="~/1About/history/default.aspx" title="History" description="" />
</siteMapNode>
<siteMapNode url="" title="General Information" description="" >
<siteMapNode url="~/2Info/accountability/accountability1010.pdf" title="Accountability Report" description="" />
<siteMapNode url="~/2Info/foiact/default.aspx" title="Freedom of Information Act" description="" />
<siteMapNode url="~/2Info/training/Training-Act-as-of-12-11-08.pdf" title="SC Law Enforcement Training Act" description="" />
</siteMapNode>
<siteMapNode url="" title="Training" description="" >
<siteMapNode url="~/3Train/catalog/cjacat2010-11.pdf" title="CJA Catalog" description="" />
<siteMapNode url="~/3Train/studio/default.aspx" title="CJA Studio Information" description="" />
<siteMapNode url="~/3Train/reserve/default.aspx" title="Reserve Officer" description="" />
</siteMapNode>
<siteMapNode url="" title="Standards & Testing" description="" >
<siteMapNode url="~/5Standards/standards/default.aspx" title="Standards" description="" />
<siteMapNode url="~/5Standards/testing/default.aspx" title="Testing" description="" />
</siteMapNode>
<siteMapNode url="~/6Forms/default.aspx" title="Forms" description="" />
<siteMapNode url="~/7Lets/default.aspx" title="LETS" description="" />
<siteMapNode url="~/8News/Academy-Connection-Volume-2-Issue-4-10-5-10.pdf" title="News" description="" />
<siteMapNode url="~/9links/default.aspx" title="Links" description="" />
<siteMapNode url="" title="" description="" />
</siteMapNode>
</siteMap>
Last edited by gep13; Dec 9th, 2010 at 03:19 PM.
Reason: Added Code Tags
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|