kann mal jemand hier
/clientscript/vbulletin_css/style00020l/main-rollup.css
Code
.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
background: none repeat-x scroll 0 0 #F2F6F8;
border: 1px inset;
direction: ltr;
font-size: 12px;
margin: 0;
overflow: scroll;
padding: 6px;
text-align: left;
[COLOR="#FF0000"] white-space: nowrap;[/COLOR]
}
Alles anzeigen
das [COLOR="#FF0000"]white-space: nowrap;[/COLOR] hinzufügen, damit Code ohne Umbruch dargestellt wird, also zum scrollen ;-)