How to increase size of codebox

kan3

New Member
Greetings,

Is there any way to increase the size of the code box?

38337305vb7.png



I want it to full sized, no matter how many lines are in there, like this

23111611hb5.png



If I am not mistaken the code here has to be changed, but am not good at this stuff.

Code:
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: $stylevar[cellpadding]px;
		border: 1px inset;
		width: $stylevar[codeblockwidth];
		height: {$blockheight}px;
		text-align: left;
		overflow: auto">$code</pre>
</div>

I'll really appreciate if someone can help me.

Thank you
 
Back
Top