Try as I may, I am having difficulty displaying nested views without a line break. it's a pretty simple setup, I have a view called "calendar" that loops through all calendar events, with in each loop is two nested views so I can display relationship information, pertaining to "instrutor" and "course" i have two views created for these. trying to display it in the parent view with a label, but for some reason it inserts a linebreak, most likely before the nested views. how can I make sure that line break is not inserted?
PS. I've looked at a bunch of other posts, but have not found a solution.
I think I figured out this one, was pretty obvious once I thought about it. I just put the label in the nested view, as apposed to the parent.