I am developing a website using drupal and i need to know about how to add link to drupal menu anchor.
For example:
i have a drupal menu: user menu. Within user menu, i have several list of links, let's say: A, B, C, D.
Then, i want to add class/id for each of the anchor, such as: <a href = "AAA" class = "A">A</a>
Thank you.
You should try Menu Attributes module.
This simple module allows you to specify some additional attributes for menu items such as id, name, class, style, and rel.