Hi all,
I've got a menu control placed on a master page, and this menu control is based on an XML file (web.sitemap). In spite of setting the menu control to horizontal, it still continues to appear vertical. Here is what the web.sitemap looks like:
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns=" >
<siteMapNode url="" title="Menu" description="">
<siteMapNode url="AddJob.aspx" title="Add Job" description="" />
<siteMapNode url="showJob.aspx" title="Show Job" description="" />
<siteMapNode url="showAllJobs.aspx" title="Show All Jobs" description="" />
<siteMapNode url="showUnacceptedJobs.aspx" title="Show Unaccepted Jobs" description="" />
<siteMapNode url="getJobStepData.aspx" title="Get Job Step" description="" />
<siteMapNode url="listUncompletedDesignJobSteps.aspx" title="List Uncompleted Design Steps" description="" />
<siteMapNode title="Parent">
<siteMapNode title="child1" url="c1.aspx"/>
<siteMapNode title="child2" url="c2.aspx"/>
</siteMapNode>
</siteMapNode>
</siteMap>
Any suggestions on how to get this menu to appear horizontal, instead of vertical?
TIA, Randy
I've got a menu control placed on a master page, and this menu control is based on an XML file (web.sitemap). In spite of setting the menu control to horizontal, it still continues to appear vertical. Here is what the web.sitemap looks like:
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns=" >
<siteMapNode url="" title="Menu" description="">
<siteMapNode url="AddJob.aspx" title="Add Job" description="" />
<siteMapNode url="showJob.aspx" title="Show Job" description="" />
<siteMapNode url="showAllJobs.aspx" title="Show All Jobs" description="" />
<siteMapNode url="showUnacceptedJobs.aspx" title="Show Unaccepted Jobs" description="" />
<siteMapNode url="getJobStepData.aspx" title="Get Job Step" description="" />
<siteMapNode url="listUncompletedDesignJobSteps.aspx" title="List Uncompleted Design Steps" description="" />
<siteMapNode title="Parent">
<siteMapNode title="child1" url="c1.aspx"/>
<siteMapNode title="child2" url="c2.aspx"/>
</siteMapNode>
</siteMapNode>
</siteMap>
Any suggestions on how to get this menu to appear horizontal, instead of vertical?
TIA, Randy