Scrollable checkboxes
Using HTML Style sheets, checkbox fields can now have scrollbars.
Using HTML Style sheets, checkbox fields can now have scrollbars.
Insert this style sheet:
<STYLE TYPE='text/css'> .FIELDSET {height:80; width:200; border-top:solid thin black; border-left:solid thin black; border-bottom:solid thin #D3D3D3; border-right:solid thin #D3D3D3; overflow:auto} </STYLE>
Then, put the following pass-thru html around your checkbox field:
<FIELDSET CLASS="FIELDSET"> place field here </FIELDSET>