I want to modify the menu of my web site.  For reasons I don't know,
the menu was built with simple HTML:
      <td>
                                <ul>
                                    <li><a href="Default.aspx">Home</
a></li>
                                    <li><a
href="IBR_AboutIBR.aspx">About IBR</a></li>
                                    <li><a href="IBR_News.aspx">IBR
News</a></li>
                                    <li><a
href="IBR_PresidentsLetters.aspx">President's Letters</a></li>
                                    <li><a
href="IBR_BBR.aspx">Bulletin (BBR)</a></li>
                                    <li><a href="IBR_Studies.aspx">IBR
Studies</a></li>
                                    <li><a
href="IBR_Membership.aspx">Membership</a></li>
                                    <li><a
href="IBR_EmailContact.aspx">Contact Information</a></li>
                                    <li><a
href="IBR_SiteMap.aspx">Site Map</a></li>
                                </ul>
                            </td>
                        </tr>


I want to add a menu item that will have submenu items.  I'm not sure
how to do this with simple HTML.  I would have expected this to use
the ASP menu control, though I've not used that before.  Is there a
way to do this with the HTML alone?  Thanks.

Ken

Reply via email to