hello everyone im having trouble with my codebox
and i want you to help and with this , well i want to see your template >> bbcode_code thing . so i will find out where is problem with it
here is my template for bbcode-code
and i want you to help and with this , well i want to see your template >> bbcode_code thing . so i will find out where is problem with it
here is my template for bbcode-code
Code:
<div class="bbcode_container">
<div class="bbcode_description">{vb:rawphrase code}:</div>
<pre class="bbcode_code"<vb:if condition="$vboptions['codemaxlines']"> style="height:<vb:if condition="$blockheight<$vboptions['codemaxlines']">{vb:math {vb:raw blockheight}*{vb:stylevar mid_fontSize}+{vb:stylevar mid_fontSize}*2}<vb:else />{vb:math {vb:raw blockheight}*{vb:stylevar mid_fontSize}+{vb:stylevar mid_fontSize}}</vb:if>;"</vb:if>>{vb:raw code}</pre>
</div>