How do I add a link as follows in the Menu:
<a href="" id="123"> XYZ</a>
Hey tvbuzz,
I assume that you are trying to create a menu link to an ID anchor on your page, if so then your ID should be the href and not an ID of the menu item.
So you should create a custom menu item like this:
Please note that ID’s can not start with a number, so your options are using text like #xyz or like #one23
Best regards,
Mike