Hi..,
I have used a CSS List Menu as a main menu. The problem i'm facing is that i'm unable to apply CSS class to each anchor tag in <li>. Please give me the solution
Sample Code :
<div>
<ul>
<li>
<a href="/technical/home.aspx" class="">Home</a>
</li>
</ul>
</div>
Here i need to add different css classes to each <a> tag
Regards,
Aditya Kadam