Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi guys i am having a problem with listing items from couch and displaying it 3 items per line.
The code is shown below.

<div id="team_grid">
<div class="table">
<ul>
<li>
<a href="">
my name here
</a>
</li>
<li>
<a href="">
my name here
</a>
</li>
<li>
<a href="">
my name here
</a>
</li>
</ul>
<ul>
<li>
<a href="">
my name here
</a>
</li>
<li>
<a href="">
my name here
</a>
</li>
<li>
<a href="">
my name here
</a>
</li>
</ul>
</div>
</div>
Welcome to the forum, @benjaminmanford :)

See if the technique in this thread is a help to you.
viewtopic.php?f=4&t=7455

Another:
viewtopic.php?p=22915#p22915

Let us know if you still need help.
2 posts Page 1 of 1
cron