Gossamer Forum
Quote Reply
set splitmod?
A new peoblem to solve. On home i want to show something like this

if sort < 100
col1 | col2 | col3 | col4

if sort > 100
col1 | col2 | col3 | col4

I have done this so far, but there is the problem with calculation, because when the number of cats for a col is prepared lsql dont think about my way to show them.

I could do this easily with floated divs, but then it will read

a | b | c | d

instead of

a |
b |
c |
d

Any idea?