i need to use Linkex put my site had allready a template for linkpartners.
the template must look how many links there are in the category and split this in to like this
CATEGORY A --> CATEGORY A 1/2 & CATEGORY A 2/2
<h4> Gezondheid/veiligheid op reis</h4>
<div class="listCategory">
<div class="col1_2">
<ul>
<li>LINKS CATEGORY A 1/2</li>
</ul>
</div>
<div class="marge10"></div>
<div class="col1_2">
<ul>
<li>LINKS CATEGORY A 2/2</li>
</ul>
</div>
<br class="clearBoth" />
</div>
pls could someone help
the template must look how many links there are in the category and split this in to like this
CATEGORY A --> CATEGORY A 1/2 & CATEGORY A 2/2
<h4> Gezondheid/veiligheid op reis</h4>
<div class="listCategory">
<div class="col1_2">
<ul>
<li>LINKS CATEGORY A 1/2</li>
</ul>
</div>
<div class="marge10"></div>
<div class="col1_2">
<ul>
<li>LINKS CATEGORY A 2/2</li>
</ul>
</div>
<br class="clearBoth" />
</div>
pls could someone help