I have a main foreach loop and then foreach loops for displaying the tiers and the prices. So below is what I am lookin but it is not working out... I end up with the tiers next to the term like I want it, but the prices end up below the term, not next to the tiers.\[code\]+----------+--------------------+----------------+| | tier1 | price1 || +--------------------+----------------+| term1 | tier2 | price2 || +--------------------+----------------+| | tier3 | price3 |+----------+--------------------+----------------+| | | || +--------------------+----------------+| term2 | | |\[/code\]