Hi!
I asked this before but didn´t explain good enought.
I have a table with links to images. I loop throught the field "images" and wan´t the result to be shown in a table like this:
<table><tr><td><img src="image1.jpg"></td><td><img src="image2.jpg"></td><td><img src="image3.jpg"></td></tr>
<tr><td......
</table>
The problem for me is: how do I get the new line (<tr>) after three images. Do I have to use a for-loop with an increasing number or is there another way to do this?
Hope I made myself clear.
//Jessica