Body
Issue/Question
How do I create nested, dropdown links in the left navigation pane in Web CMS?
Resolution
- Create a bulleted list in the WYSIWYG editor to contain navigation links.
- Use the Tab key while creating the list to indent links. These indented links will be the ones that appear in a drop-down menu when the mouse hovers over the first link.
- Once the list has been completed, click on the HTML Source Editor button.
- Each list starts with a <ul> tag. Replace this with <ul class="navmenu">.
- Click Update.
- Click Save to save changes, and Publish to make the changes public.