Ok I am using a .ascx file so if I am understanding correctly there is no html or xml file right? If that is the case that I have set up a section for the upper menu to reside and have inserted the following line to put the control there;
<
td align="left" style="width: 247px; height: 25px" valign="bottom"><dnn:MENU runat="server" id="upperMenu" /></td>
That put the menu where I wanted it which is great. Thanks for the help so far. I am still in need of further assistance though if you don't mind. And maybe I am showing myself that I am more of a newbe at this than I thought but here it goes.
First, how do I change the menu items contained in this second menu, because right now they are the exact copy of what is in the other menu. Also how would I change where they reference too as it will not be within my webpage? I have read through the skinning guide and there is a lot of information in this guide but can't seem to find anything that can answer this question. If I am wrong please let me know where (ex. what page) in the skinning guide I can go to look for this answer if you don't have the time to help that's fine.
Second, The items in the upper menu will not be referenced to my website so I can't just set the icon for that page to affect the icon that will appear in the menu. So how could I manually point icon path for each item in the menu? I thought it might be in the sql part of the web site but I thought it unwise to go poking atound in there and try to figure it out.
Any help on this by anyone would be appreciated. Thanks, Matt
P.S. - Thanks for lending you assistance on this matter gvborre. Your help is appreciated very much. Thanks.