Link class
-
Hey,
I have a problem, I would like my links to have their own class, but I can not do it, can you suggest something?
Is:
<ul class = "lcp_catlist" id = "lcp_instance_0"> <Li> <a href="#" title="my-title"> my-title </a> </li> </ul> And it has to be: <ul class = "lcp_catlist" id = "lcp_instance_0"> <Li> <a href="#" title="my-title" <strong>class="myclass-link"</strong>> my-title </a> </Li> </Ul>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Link class’ is closed to new replies.