3

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.

TKrugg
  • 2,255
  • 16
  • 18

2 Answers2

3

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.

Ajit S
  • 1,341
  • 1
  • 13
  • 32
0

If you are not satisfied with the module option, you could also have a look at the this. It works the same with many other templating things in drupal so understanding it really can't do any harm ;)

TKrugg
  • 2,255
  • 16
  • 18