I haven't been able to figure out how to apply something like a 1px border around several fields, in order to create some level of separation on a bigger form with lots of fields. For instance:
-------
field 1 |
field 2 |
field 3 |
-------
-------
field 4 |
field 5 |
field 6 |
-------
Do I add an HTML section with a div, and then another HTML section to close the div, then use CSS to style the div?