Each post describes an art exhibit. I’m using a container with a two-column grid.
In the even rows, I want art in the left column and text in the right column.
In the odd rows, I want text in the left column and art in the right column.
In a for 1 = 1 to 100 loop, I would look at i being odd or even and react to that by displaying the proper container.