Hi All
I´m doing a tab navigation with Wayfinder and GetResources plugins. Wayfinder generates the Tab Navigation (ul#tab-nav) and the getResources plugin generates the tab content. The id Link or Anchor Link it´s generated by Document Name. The problem is when i use two or more than two words on document name i´ll have the below output and obviously breaks all the navigation tab.
To solve this situation i just need to get a way to connect the id link, i mean, to have this
#Special-Promotions instead of #Special Promotions.
Does anyone know a way to do this?
Many Thanks in advance.
<div id="tab">
<ul id="tab-nav">
<li class="active"><a href="#Special Promotions" title="Special Promotions" >Special Promotions</a></li>
<li><a href="#Another Tab" title="Another Tab" >Another Tab</a></li>
</ul>
<div id="Special Promotions">
<!-- Tab Content -->
</div>
<div id="Another Tab">
<!-- Tab Content -->
</div>
</div>
[ed. note: legues last edited this post 14 years, 5 months ago.]