I have the following:
'.anchor('','Home').'
and I want to add the following CSS class to it:
class="top_parent"
so that when its rendered in the browser, the code will look something like
<a href="#" class="top_parent">Home</a>
Thanks in advance. Any help is hugely appreciated.
Tom