indexu.com

developer blog

Tag: listing

Show listing in two columns or more

Bored to have listing in single column? I will show you how to make listing in multiple columns.
Edit rows.html, clean the codes and replace with:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%if $number % 2 eq 1%>
<div class="row_nl">
<%/if%>
 
<div class="row_item myrow">
<img src="http://open.thumbshots.org/image.aspx?url=<%$url%>" alt="<%$title%>" style="border:1px solid #777;">
[...]