Has anyone come up with a way to create a staggered page layout having image and copy alternating left and right down the page?
I’ve been able to do it only by replicating some elements in every other “row”. Has anyone come up with a “clean” way to implement this rather common UI pattern without using CSS?
-Steve