Hi there,
I am building my own template. Basically Every Entry is in a designed table. The tables repeat under each other.
Table Entry 1
Table Entry 2
Table Entry 3
Table Entry 4
I would like to have to tables in a row.
Table Entry 1 Table Entry 2
Table Entry 3 Table Entry 4
oder
Table Entry 1 Table Entry 3
Table Entry 4 Table Entry 4
I tried just copying the first table and put both tables in a <div style=" float: left/right>
The Design is what I want it to be but now I have every Entry 2 times.
Table Entry 1 Table Entry 1
Table Entry 2 Table Entry 2
is there a function like
<!--NextRepeat-->
I could use to get to the next entry?
thx in advance
Frido

