Hello, I'm am trying to get the CMS to include three different fields for three different parts of a page, like so:
------------------------
part 1.......|...........|
.................|part 3.|
-------------|...........|
part 2.......|...........|
------------------------
I believe this is possible but I can't seem to do it. I would like in the template to just put, say, $content1 for part 1, $content2 for part 2, etc. I'm pretty sure this is possible, but how do I do it?