I want to be able to have multiple fields wrapped in a div container. Something like this:
Code:
<div class="music">
<div>Title</div>
<div><image src="some-image.jpg"/></div>
<div><audio src="some-file.mp3"/></div>
</div>
The child elements don't have to be wrapped in divs but I at least need the outer div.