Hi,
The menu of my site created by Wayfinder and works well,
i am going to use
Ajaxify tutorial and i need to add something to <A> tags of my menu items,
something like this:
<a class="loadinto-Target" rel="Content" href="my_link.html">.
the links of menu items are (for example:)
<a href="contact-us.html" title="Contact Us" >Contact Us</a>,
this style of links (<a href="...." title="....">....</a>)
repeat for all links in menu and i want to change it to this link style:
<a class="loadinto-Target" rel="Content" href="contact-us.html" title="Contact Us">Contact Us</a>
is it possible? if "yes", HOW?
Regards
AHHP