是关于滚动内容还是“多部分”的问题。
我的猜测是,如果你想有一个滚动框,可以添加一个常规的文本小部件,在其中添加链接,然后需要将链接围绕溢出:滚动-这里是一个示例-当然你可以使用css使其“漂亮”
<div style="height:120px;width:150px;overflow:scroll;">
As you can see, once there\'s enough text in this box, the box will grow scroll bars... that\'s why we call it a scroll box! You could also place an image into the scroll box.
</div>