^ i tried what you suggest ms.lynne,the thing the width doesnt change,here is my code for my bbcode_code templates:
PHP Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]:</div>
<a href="#" onclick="selectCode(this); return false;"><input type="button" value="Select All" /></a>
<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: $stylevar[cellpadding]px;
border: 1px inset;
width: $stylevar 200px;
height: {$blockheight}px;
text-align: left;
overflow: auto">$code</pre>
</div>
i edited the width into 200 just a test but the width still doesnt change