you don't want to have to deal with the [`code] and [`php] scrollbars that occur, when the pasted content exceeds 150px in height (hardwired in ubbthreads.inc.php) and the css for the style you are using has a width that isn't fluid.

just do this:

go to your firefox profile/chrome directory .. Linky Poo <-- locate where your profile is

edit a file and call it 'userContent.css' (you'll already see one in there named 'userContent.css-example' that came with the FF install.

simply paste the following in there:

Code
.ubbcode-block, .ubbcode-header, .ubbcode-body {
width: auto ! important;
height: auto ! important;
}

*poof* scroll bars gonzo.

there is also a solution for Opera that i know of too, but i won't include that here.

only apply this IF you are a firefox user and you don't want scroll bars and you are slightly geeky laugh . it doesn't do anything else than that.

ps: you have to restart FF for it to take effect 2c