First thank you for replying.
But I don't understand how I put the div around the attachment table. I can put a div around the uploader itself like so:
<div style="height: 420px; overflow: scroll;">
<CuteWebUI:UploadAttachments runat="server" ManualStartUpload="true" ID="UploadAttachments1"
InsertText="Browse Files (Max 1M)" >
<VALIDATEOPTION MaxSizeKB="1024" />
</CuteWebUI:UploadAttachments>
</div>
But that doesn't put just the attachment table in a scolling div, so could you please give a more in-depth example? Sorry if I am being dense.
Thanks.
Mike