2
This is a css setting. You have to define the "overflow" for xoopsCode in the style.css of your theme. It should look similar to this one ..
div.xoopsCode {
background: #FFFFFF;
border: 1px inset #000080;
font-family: "Courier New",Courier,monospace;
padding: 0px 0px 0px 3px;
overflow: auto;
}