Bob,

Try putting some css around the table. Something like this:

%%( width:90%; overflow:scroll;)
table-stuff
/%

Similarly you could restrict the height with scrollbars.

dirk


On 4/15/09, Bob Paige <[email protected]> wrote:
> One of my users wants to put large tables in a wiki page (like 22 columns
>  and 30-40 rows) and wonders if we can somehow put scrollbars around the
>  thing, rather than having to scroll the entire page. If we could use the
>  window's scrollbars it might not be so bad, but since the page content has
>  its own scrollbar, the user has to run to the bottom of the window, move the
>  inner scrollbar, then run back up and look at the large table again.
>
>  If there isn't a way built-in to JSPWiki, is there a way through HTML that I
>  could implement through a plugin, i.e.
>
>  [{ScrollingTable
>
>  ||column 1||column 2||...
>  |row1...
>  |row2..
>  ...
>
>  }]
>
>  Thanks.
>
>
>  --
>  Bobman
>

Reply via email to