Adam: 1. Any examples using the UploadAttachments.AttachmentTableStyle property. What form does the string take? UploadAttachments.AttachmentTableStyle Property Specifies the style for the attachment table. It's the default value of this property: "background-color:#ededed;margin-top:10px;margin-top:10px;font:normal 11px verdana;" >>2. is there a way to control the size of the list/table of files so that a long list of file doesn't 'grow' the whole page but would just scroll within a certain frame/panel? Put the attachment table into a div. <div style="height: 420px; overflow: scroll;">.... </div>
Specifies the style for the attachment table.
Put the attachment table into a div.