I have a page where I have defined a FieldSet such as:
<fieldset>
<legend>Contact Details</legend>
<div class="editor-label">
My field label and control is here aka texbox
</div>...
</fieldset>
I need to create a two column approach to the field set based on the number of fields I have and then place the CSS into my CSS file to use. Any idea how to do this with two columns? Worse case I will use div tags instead.