Hi, thanks for the reply.
I am using WF 2. I have been trying everything but I just can’t work it out! I know it’s a simple solution but I just can’t seem to find it!
The snippet call I’m using is
[!Wayfinder? &startId=`0` &rowIdPrefix=`menu` &level=`3` &parentRowTpl=`wfParentRow` &innerTpl=`innerTpl` &innerRowTpl=`innerRowTpl`!]
The chunks are:
&parentRowTpl
<li [+wf.id+]><a href="[+wf.link+]" title="[+wf.title+]"><span>[+wf.linktext+]</span><!--[if IE 7]><!--></a><!--<![endif]-->
<table><tr><td>
[+wf.wrapper+]
</td></tr></table>
<!--[if lte IE 6]></a><![endif]-->
</li>
&innerTpl
<ul>
[+wf.wrapper+]
</ul>
&innerRowTpl
<li>
<a href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]</a>
[+wf.wrapper+]
</li>
Home page:
http://203.88.116.209/~birdgard/
I just can’t get the second level on the first button drop down to work (not have the <span> tags)
Also I still can’t get the last button (home button) to have the <span> tag... really weird!
If someone can show me the code to achieve a working menu I would be very grateful