want to be using the vb3 tabless code instead?
bbcode_code
HTML Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">
$vbphrase[code]:
</div>
<pre class="alt2" style="margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto">
<if condition="$bbuserinfo['userid']">$code<else />$vbphrase[bf2_block_code]</if>
</pre>
</div>
bbcode_html
HTML Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">
$vbphrase[html_code]:
</div>
<pre class="alt2" style="margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto">
<if condition="$bbuserinfo['userid']">$code<else />$vbphrase[bf2_block_html]</if>
</pre>
</div>
bbcode_php
HTML Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">
$vbphrase[php_code]:
</div>
<pre class="alt2" style="margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto">
<if condition="$bbuserinfo['userid']"><!-- php buffer start -->$code<!-- php buffer end --><else /><!-- php buffer start -->$vbphrase[bf2_block_php]<!-- php buffer end --></if>
</pre>
</div>