Forums
(@neiln)
17 years, 3 months ago
is it possible to add a class to the a tag using this function, rather than the li tag ? so the output would be something like this:
<h2>Title</h2> <ul> <li><a href="link.html" class="myclass">Some label text</a></li> </ul>