We're displaying a number of metadata fields in the newsletter style of the standard view.
+------------------------+-------------------------------+----------------------------+
| Field1: Value |Field2: Value |Field3: Value |
+------------------------+-------------------------------+----------------------------+
Field4: Value
Freeform Text: blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
+------------------------+-------------------------------+----------------------------+
| Next record |
+------------------------+-------------------------------+----------------------------+
I'd like to be able to force Field4 to display on the header line leaving the "body" portion of the record to just the freeform text portion. Anyone know a good client-side (e.g., no .NET development, minimal SPD) way to do this? I suspect there's a CSS I can modify somewhere, moving a </div> to AFTER Field 4, but I have no idea where to find that or where to put it once it's modified so that it gets picked up on the way to being displayed.
Tips or hints?