I thought you are talking about a CB textarea field...
Now, I see. You want a smaller display with auto-scrollbars, so you don´t display the complete text, right?
Alternative idea:
Just use the
Delimiter field description for your text. Insert ArticlesAnywhere plugin code and J! article ID.
In frontend, investigate your page source with FireBug or a similar tool... find your Delimiter field output and its respective DIV#. Looks like
cbfv_99
(
99 is just a placeholder, you will have a different ID#)
Then
add some CSS properties to this particular DIV#. You may use a
fixed pixel height. Important: Then use property "
overflow: auto;". Optionally, you might use a width as well. Add some color or borders, padding etc.
That should give you scrollbars