Olu,
I was experimenting in a html editor and suddenly I had an idea.
Because it didn't work out as I expected I wrote to our mutual friend Bruce and he sent me this answer.
I think you will find this very interesting.....
====================
Hi Rene,
I think you're on the right track. However you need to put a "unit" into the height field.
eg
<div style="height:100px;width=150px;overflow:auto;">
The width one may not be necessary - if you leave it out it defaults to the normal width. If you want to limit the width then the current width is irrelevant.
For version 4.31 PR 35 I've added an extra DIV to the generated code. This allows the browse table to be in the scroll, but the browse heading, and importantly, the nav buttons below remain out.
In other words, I've added the div so you don't need to.
You can set the CSS for the DIV on the Styles tab (of the Browse.)
It's called "BrowseTableDiv".
You will almost certainly want / need a custom style for any browse that you attach this to.
As an example I've included the style
'ScrollBrowse'
in netweb.css though.
I'll try and get PR35 built and uploaded today.
Cheers
Bruce
===================================